-
AuthorPosts
-
December 14, 2016 at 3:16 am #724065
Pals, what’s the CSS to control the photo size – for a compact testimonial slider?
Thanks as ever :)December 14, 2016 at 2:02 pm #724260Hey evtilsley,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
RikardDecember 14, 2016 at 7:30 pm #724464Hi – bottom of the homepage – thanks .
Like it to be more like 150pixels, and (if possible centred)December 15, 2016 at 8:31 am #724788Hi,
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,
RikardDecember 15, 2016 at 12:36 pm #724835GREAT! Can the photo be centred also?
Great support as ever :)December 16, 2016 at 7:46 am #725200Hi,
Please try the following as well:
.avia-testimonial-meta { text-align: center; } .avia-testimonial-image { float:initial !important; }
Best regards,
RikardDecember 16, 2016 at 11:45 am #725249Hmm 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.
December 16, 2016 at 11:47 am #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, 11 months ago by evtilsley.
December 16, 2016 at 12:02 pm #725259IGNORE ALL.. close thread.. probably my meddling all fixed now thanks
December 16, 2016 at 12:03 pm #725261(apart from it’s still not centred!!)
December 17, 2016 at 8:26 am #725641Hi,
Thanks for the feedback, are you ok or do you still need help?
Best regards,
RikardDecember 17, 2016 at 1:37 pm #725689I couldnt see how to centre the photo under compact testimonial slider so yes please help
December 21, 2016 at 4:10 pm #727108Hi,
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,
AndyDecember 22, 2016 at 12:47 pm #727497Hi 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
December 23, 2016 at 9:19 pm #728049Hi,
alright, thank you!
Best regards,
Andy -
AuthorPosts
- The topic ‘Compact slider – image size’ is closed to new replies.