Tagged: x Author Posts June 7, 2016 at 3:05 pm #1030551 samuelayresParticipant 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? June 7, 2016 at 3:51 pm #1030648 samuelayresParticipant Did some additional searching and replaced the above code with the following and it fixed my issues. .entry-footer{ display:none; } June 8, 2016 at 1:37 am #1031334 LelyModerator Glad you were able to figure this out. Do let us know if you still have questions. Cheers! Author Posts <script> jQuery(function($){ $("#no-reply-1030551 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In