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

    Hello,

    I have problem with masonry gallery . I want to put 7 images in one row but template is supporting only 6 images. Maybe you can add that function in future to put more images than 6.
    I have find some quick CSS on support but problem is when you look over mobile phone that images are huge but on desktop is looking good.
    Can you please help me that is all looking good and on mobile and on desktop. I have delete that quick CSS.

    Regards

    #1254010

    Hey Zaccc,

    Thanks for giving us admin access.
    I added a Custom CSS Class to the masonry gallery, I just named it masonry-col-7.
    Then in Quick CSS, I added this CSS code:

    #top .masonry-col-7 .av-masonry-entry {
        width: 14.2857142%;
    }
    
    @media only screen and (max-width:767px) {
        #top .masonry-col-7 .av-masonry-entry {
            width: 100%;
        }
    }

    If you have another masonry gallery which has 7 columns, just add masonry-col-7 to its Custom CSS Class
    Let us know if this helps or if it needs adjustments.

    Best regards,
    Nikko

    #1254447

    Hello Nikko,

    Thank you for your help it is looking perfect. But now I have problem with mobile version when I open menu I see black menu. I dont see nothing .
    Can you please take a look?

    Regards

    #1254588

    Hi Zaccc,

    I have checked in Enfold > Advanced Styling > Menu Links in overlay/slide out and see that both font color and background color is set to black.
    I just set the font color to white and the menu links are now visible.

    Best regards,
    Nikko

    #1254656
    This reply has been marked as private.
    #1254694

    Hi Zaccc,

    Try to go to Enfold > Shop Options > Main Shop Page Banner set to No, display no banner.
    Let us know if this helps.

    Best regards,
    Nikko

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