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.
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
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
Thanks.
Hi,
Glad we could help :)
Cheers!
Nikko