Hi, it seems that when I use a masonry gallery and an H2 title right after there is no space between the two – http://screencast.com/t/RqFKvaj8gp. How can I add some space below the masonry gallery on default so it will apply to all the masonry galleries across the site?
Thanks.
Hey DROR!
Thank you for coming back.
In custom.css or Enfold -> General Styling -> Quick CSS field (or when using a child theme: in styles.css of the child theme or Enfold-Child -> General Styling -> Quick CSS field) put the following and adjust the values as needed:
.av-masonry{
margin-bottom: 25px !important;
}
Regards,
Günter