New Landing How can we help? Cardinal Create vertical divider line in gutter of masonry blog

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Cardinal
  • #145001
    sorelh
    Member
    Post count: 169

    Hi, can you help with the following?

    1.I would like to create a vertical divider line between my blog posts in the masonry blog.

    2. Make masonry blog posts the same size in a row (I want to show the thumbnail, title and excerpt of each post but I want them to line up top and bottom with each other).

    Thanks

    Sorel

    #145018
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    1) If you are talking about what I think you are, then I’m afraid it would be very difficult, if you could provide a link I will see

    2) I will need to see your link, thanks

    – Kyle

    #145022
    sorelh
    Member
    Post count: 169
    This reply has been marked as private.
    #145026
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    1) Try adding this to your custom css, that’s the only way to do it

    .blog-masonry .masonry-items .blog-item {
      border-right: 1px solid #e5e5e5;
    }

    2) Try something like:

    .masonry-items .blog-item .details-wrap {
      max-height: 330px;
    }

    – Kyle

    #145042
    sorelh
    Member
    Post count: 169
    This reply has been marked as private.
    #145080
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this:

    .blog-masonry .masonry-items .blog-item:last-child {
      border-right: none;
    }

    – Kyle

    #145084
    sorelh
    Member
    Post count: 169
    This reply has been marked as private.
    #145088
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem 🙂

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register