Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1171391

    I’m having an issue where one line of 1/4 columns is only displaying 3 items then the next row displays 4.

    #1171395
    This reply has been marked as private.
    #1171479
    Rupok
    Member

    Hi there,

    Thanks for writing in! It’s happening because you have added the columns within a single ROW. You should use separate row for each four columns.

    You can use this under Custom > CSS in the Customizer.

    .x-column.x-1-4:nth-child(4) {
      margin-right: 0;
    }

    This will solve the issue but I’d suggest to use the correct formatting using separate row.

    Thanks!

    #1171556

    Sounds good. Thanks for the information!

    #1171615
    Prasant Rai
    Moderator

    You are most welcome. 🙂

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