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.