Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #589777

    Hello

    When we show a masonry element in a color section that has a darker background, the entries look just fine – there’s a nice contrast between the entry and the background color. Please see link #1.

    But if we add another color section and it has a white background color, the entries just mix together with the white background. And it’s not good.
    We want be able to add a simple 1px solid #f4f5f5 border for each masonry entry.

    Please assist.

    PS: Weøve tried solution from this thread – https://kriesi.at/support/topic/border-margin-for-masonry-blog-module/ – but the border at the bottom ends too soon, please see link #2.

    All the best.

    • This topic was modified 8 years, 2 months ago by WebVision.
    #590617

    Hi WebVizion!

    Thank you for using Enfold.

    You can try this:

    .av-masonry-entry .av-inner-masonry {
        border: 1px solid gray;
        min-height: 356px;
    }

    Cheers!
    Ismael

    #590622

    Thank you kindly.

    Works perfectly.

    All the best!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Add a border for each masonry entry’ is closed to new replies.