Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #478670

    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

    #479123

    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

    #479150

    Hey Yigit,

    Wow, that works wonderfully. Thanks a lot :-)

    Best regards,
    Monique

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Accordion slider center align images’ is closed to new replies.