Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1218751

    Hi! I changed the height of the accordeon slider with this code I found on the forum:

    #top .aviaccordion {
    height: 300px;
    }

    But now the images on the background are also smaller and not in proportion. Can the image stay in proportion?

    Thanks!

    #1219891

    Hey jannnnnneke,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top .aviaccordion-slide img {
        height: auto;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1225654

    It worked!! Thanks a lot!

    #1225869

    Hi jannnnnneke,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Changed height of accordeon, but image is not in proportion’ is closed to new replies.