I have tried removing the border above the masonry gallery but it also wiped the border from under the breadcrumb area. So my only option is to move the masonry gallery into the main content area. How would I achieve that while maintaining a full width gallary?
Here is what I’m trying to achieve: http://i.imgur.com/jydCbV7.png?1
Hi pattersons!
Drag a codeblock element to that page and add this inside.
<style type = "text/css">
#main .masonry-not-first {
border-top: 0 none !important;
}
</style>
Regards,
Elliott