Is there a way to write css code to increase the size of the gap between elements in the masonry gallery? I have it set to Large Gap but would like it to be even larger. I am using the columns setting of “automatic, based on screen width”.
Please also let me know where I would enter the code.
Hey auroradesignstudio,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.av-masonry-entry { margin-right: 5px; }
Best regards,
Vinay