Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #741358

    Hi, as you can see here – https://www.screencast.com/t/wcWgPmUS1 – the masonry element is not fully aligned to the center, it is slightly leaning towards the left. How can I fix this so it will be fully aligned to the center with equal padding on both left and right?

    Thanks.

    #743162

    Hey DROR,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top .container .av-masonry {
         transform: translateX(16px);
    }
    

    Best regards,
    Vinay

    #743168

    Hey DROR,

    Can you try to add this css code in Quick CSS (located in Enfold > General Styling):

    #top .container .av-masonry.av-large-gap {
        width: 100% !important;
    }

    Let us know if this helps :)

    Best regards,
    Nikko

    #743241

    Thanks.

    #743666

    Hi,

    Glad we could help :)

    Cheers!
    Nikko

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