Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #693327

    Hi, just recently all of these gaps started appearing on my gallery page, is there a quick css fix for the gaps?

    #693518

    Hey!

    Try adding this code to General Styling > Quick CSS:

    #top #wrap_all  .avia-gallery-1 .avia-gallery-thumb a {
        min-height: 200px;
    }

    Cheers! 
    Josue

    #693857

    Thank you for your response, it cleaned up the gaps for the most part except for the second row, gaps still appear, please advise.

    #693872

    Hey!

    Please add following code to Quick CSS as well

    #top div .avia-gallery img {
        max-height: 200px;
    }
    

    Regards,
    Yigit

    #694029

    Ok, thanks the second set of code fixed the problem, why would the gallery not just work without gaps on its own without needing the two snippets of CSS code?

    #694037

    Hi,

    A plugin conflict may be one of the reason for this issue. Especially if there may be conflicting CSS styles.

    Glad to hear the code work though :)

    Best regards,
    Jordan

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.