Sprites on Home page ?

  • Posted in : Responsy WP
  • iamskyemedia
    Participant

    Has anyone had success with using sprites in the Services section using the Services or Columns shortcode on the Home page? I see it can hold static pictures but I’m not able to switch out the pictures because the CSS for each column is the same. I can’t separate out column 1 from column 2 to set the different attributes. Any help?

    ahmetsali
    Keymaster

    You can catch that columns with css3 selectors;

    /* first-column */
    .services .row .item:nth-child(2) { }
    /* 2. column */
    .services .row .item:nth-child(3) { }
    /* 3. column */
    .services .row .item:nth-child(4) { }
    /* 4. column */
    .services .row .item:nth-child(5) { }
    
Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘Responsy WP’ is closed to new topics and replies.