I would really like to have vertical spacing that matches the horizontal spacing in my portfolio grids: http://2015.lauradanaedesigns.com/portfolio/
Due to the position:absolute declaration I cannot find a CSS rule that will introduce a vertical space between these elements. I’d love some help. Thanks.
Got it:
#top div.grid-entry.flex_column.isotope-item.no_margin.post-entry.grid-entry-overview.av_one_fourth.default_av_fullwidth {
margin-top: 12px;
}