Hi,
What is strange is that the gallery has no margin but the fullwidht mansonry has a marging above 10 px.
Why is that? And can it be adjusted?
Thanks
<div class=”av-masonry-sort main_color” data-masonry-id=”1″ style=”visibility: visible; opacity: 1;”>
<div class=”av-sort-by-term hidden “>
Hi CreatorsCreations!
Yes the layout of both elements is a bit different. If you want to reduce the padding insert this code into the quick css field and change the padding values:
.av-large-gap.av-masonry {
padding: 15px 0 0 15px;
}
Regards,
Peter
Thanks.
It was by the way
av-masonry-sort {
padding: 0px;
text-align: center;
visibility: hidden;
}