Tagged: Masonry Gallery
Hi!
I have added a masonry gallery to my home page and it seems like it is not centered.
Can i fix it with CSS or any easier way?
Hi tal1234,
Please try the following in Quick CSS under Enfold–>General Styling:
#top .container .av-masonry.av-large-gap {
width: calc(100% + 0px) !important;
}
Regards,
Rikard
Hi,
thanks but it still not centered in the “div.container “. for some reason it is a little bit to the left.
any other option?
best,
Liron
Hi,
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.av-large-gap {
right: -15px;
}
Best regards,
Yigit
Perfect!
It worked!
thanks,
Liron