Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1070161
    bedingfield
    Participant

    Hi there,

    I am using the CSS below to display none to my tags, but the HTML is still in the code and creating white space.

    How do I fix this please? The extra white space is between the date and featured image. This is where the tags are.

    http://elyrunners.club/tag/road-race/

    .blog header.entry-header a[rel=tag],
    .category header.entry-header a[rel=tag],
    .tag header.entry-header a[rel=tag] {
        display: none;
    	}
    	
    .blog .entry-header .p-meta + p,
    .category .entry-header .p-meta + p,
    .tag .entry-header .p-meta + p {
      	display: none;
      	}

    Thank you.

    #1070175
    Christopher
    Moderator

    Hi there,

    Please find this code and reduce bottom margin :

    header.entry-header {
    	margin-bottom: 40px;
    	}

    Thanks.

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