How can I alternate the 'Offer Slider Thumbs' left/right?

edited November 2017 in Theme support
My client wants one with the image first, copy second. The next one copy first, image second. So on and so on. 


I've been to figure out 99% of things by myself using Google or just clicking around, but this one is a bit tricky. 

Please and thanks.

Comments

  • Hey,
    try this custom CSS, it seems to be working fine
    .offer_thumb_ul .slick-track li:nth-child(odd) .image_wrapper {
    float:right !important;
    }
    .offer_thumb_ul .slick-track li:nth-child(odd) .desc_wrapper {
    margin-left: 0 !important;
    margin-right:4% !important;
    }
  • Thanks but he's already changed his mind 7 times. 

    I think the bigger lesson here for me is to have a better workflow and contract in place to save my time and energy...and sanity.
Sign In or Register to comment.