Tagged: accordion slider, enfold
Hi there,
See the accordion slider on the home page of our development site.
Is it possible in normal view (so not hovering the image to see it in full with title and text) to center align the images? Now you see them positioned left as where the ‘highlights’ of the images are in the middle (hope you understand what I mean?).
Thanks & regards,
Monique
Hey Monique!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .aviaccordion-slide img {
left: -10%;
}
#top .aviaccordion-slide:hover img {
left: 0;
}
Best regards,
Yigit
Hey Yigit,
Wow, that works wonderfully. Thanks a lot :-)
Best regards,
Monique