Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #724065

    Pals, what’s the CSS to control the photo size – for a compact testimonial slider?
    Thanks as ever :)

    #724260

    Hey evtilsley,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #724464

    Hi – bottom of the homepage – thanks .
    Like it to be more like 150pixels, and (if possible centred)

    #724788

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    .avia-slider-testimonials .avia-testimonial-meta .avia-testimonial-image {
        width: 150px !important;
        height: 150px !important;
    }

    Best regards,
    Rikard

    #724835

    GREAT! Can the photo be centred also?
    Great support as ever :)

    #725200

    Hi,

    Please try the following as well:

    .avia-testimonial-meta {
      text-align: center;
    }
    
    .avia-testimonial-image {
      float:initial !important;
    }

    Best regards,
    Rikard

    #725249

    Hmm didnt affect the homepage compact slider position.. and something has messed up now on the main testimonials page!

    photos used to by larger – dont get it! Removed the above code but they’re still smaller than last week.

    #725252

    ** IGNORE – pasted new CSS in ALL OK now **

    This css seems not work being working any more – since trying the above css:

    /* testimonial image size */
    .avia-slider-testimonials .avia-testimonial-meta .avia-testimonial-image {
    width: 150px !important;
    height: 150px !important;
    }

    ???!

    • This reply was modified 7 years, 9 months ago by evtilsley.
    #725259

    IGNORE ALL.. close thread.. probably my meddling all fixed now thanks

    #725261

    (apart from it’s still not centred!!)

    #725641

    Hi,

    Thanks for the feedback, are you ok or do you still need help?

    Best regards,
    Rikard

    #725689

    I couldnt see how to centre the photo under compact testimonial slider so yes please help

    #727108

    Hi,

    not sure what exactly you want to achieve (a mockup showing the results you need would help a lot). However, if you want to move your image down a bit then use this code:

    .avia-testimonial-image {
    margin-top: 10%;
    }

    and adjust as needed.

    Best regards,
    Andy

    #727497

    Hi I’ve started a new topic specifically for centring the photo under the compact slides – so pls close this one down to keep things neat! Thanks

    #728049

    Hi,

    alright, thank you!

    Best regards,
    Andy

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Compact slider – image size’ is closed to new replies.