Tagged: Image Gallery
Hi,
I have 2 image galleries in a page and there are some blank spaces in both grids.
Take a look at the link in my next message.
Hey!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (min-width: 990px) { #top div .avia-gallery img { height: 240px; }}
@media only screen and (min-width: 768px) and (max-width: 989px) { #top div .avia-gallery img { height: 136px; } }
@media only screen and (min-width: 481px) and (max-width: 767px) { #top div .avia-gallery img { height: 86px; }}
@media only screen and (max-width: 480px) { #top div .avia-gallery img { height: 54px; }}
Regards,
Yigit
nice!
ragards