Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1030551
    samuelayres
    Participant

    I used the following code to remove the tag listings from the category pages on my site:

    .x-integrity .post .entry-footer {
      display: absolute;
      top: -99999em;
      visibility: hidden;
    }

    However, now there’s a significant amount of spacing between the posts on the page. You can see and example at:
    http://www.livingcountryinthecity.com/category/blog/

    How can I remove the additional spacing between the posts?

    #1030648
    samuelayres
    Participant

    Did some additional searching and replaced the above code with the following and it fixed my issues.

    .entry-footer{
      display:none;
    }
    #1031334
    Lely
    Moderator

    Glad you were able to figure this out.

    Do let us know if you still have questions.

    Cheers!

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