Hi, just recently all of these gaps started appearing on my gallery page, is there a quick css fix for the gaps?
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
Thank you for your response, it cleaned up the gaps for the most part except for the second row, gaps still appear, please advise.
Hey!
Please add following code to Quick CSS as well
#top div .avia-gallery img {
max-height: 200px;
}
Regards,
Yigit
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?
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