Tagged: 

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

    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.

    #199359
    This reply has been marked as private.
    #199539

    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

    #199548

    nice!
    ragards

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Images Gallery, Broken grid’ is closed to new replies.