Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #881757
    David S
    Participant

    I’m using Integrity, Masonry for my category pages.

    I’d like to add a border around my posts on the page as attached, but when I do so with CSS the posts no longer have a space between them (presumably because my border is now occupying this space).

    Is there a way to do it and still benefit from the automatic reduction to 1 / 2 or 3 columns?

    #882131
    Zeshan
    Member

    Hi David,

    Thanks for writing in! To assist you with this, we’ll first need you to provide us with your URL as stated on the forum entrance page. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you.

    Meanwhile, try using this CSS code instead:

    .x-iso-container.cols-3>.hentry {
      width: 31.88%;
      padding: 0;
      margin-left: 0.7%;
      margin-right: 0.7%;
    }
    
    .x-iso-container>.hentry {
      border: 10px solid #ff0000;
    }
    

    Thanks!

  • <script> jQuery(function($){ $("#no-reply-881757 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>