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

    Hi, I have 2 masonry gallerys on a page and this has worked fine, recently they aren’t showing anymore.
    The link is in the private content section.

    #813812

    Hey dynamit,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Nikko

    #817096

    Hi, please see private content.

    #817458

    Hi dynamit,

    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

    
    .av-masonry-container{height: 100% !important; min-height: 2600px;}
    

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

    #817670

    Great, that worked!

    Thanks for the quick support!

    Regards,
    Robrecht

    #817717

    Hi Robrecht,

    Glad we could help :)

    Please add slight adjustment for other screen sizes

    
    @media only screen and (min-width: 768px) and (max-width: 910px) {
        .av-masonry-container{height: 100% !important; min-height: 1800px;}
    }
    
    @media only screen and (min-width: 911px) and (max-width: 1024px) {
        .av-masonry-container{height: 100% !important; min-height: 2000px;}
    }
    

    Best regards,
    Victoria

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