Is it possible for me to control the GAP in mansory Galery? In the system there are 3 options: no gap, 1px of gap and large gap …. I would like to use 2 or 3px of gap.
Hey mleite1,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Meanwhile, you can try this:
.av-1px-gap.av-fixed-size .av-masonry-entry .av-inner-masonry {
right: 3px;
bottom: 3px;
}
Best regards,
Victoria
Victoria, I added your code, I put 4 px of gap and nothing changed.
What could I have done wrong?
Hi mleite1,
The setting before was for 1px gap and so the classes of the elements were different. If you set to no gap, these will now work.
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
Victoria
Yes Victoria.
Hi mleite1,
The code I gave you will work if you set the masonry to 1px gap and add the css to quick css. I tested on your page.
Best regards,
Victoria