Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #413338

    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

    #413857

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.