Site logo

Archived topic

Removal of the "footer" area in masonry view posts

3 replies · Started by Nick on November 18, 2014

Viewing posts 1–4 of 4

Hey Guys,
hello Tom,

when i enable / set "Tags" to "Show" in Blogs, there appears logical the tags in single posts. But also in masonry-view, there is a empty "footer" area in every blog-preview / post with about estimate 10px. How could i remove this empty space in masonry view in every single post / could it be a bug?

When i set

footer.entry-meta {
 margin-top:0em;
}

all looks good in masonry, but in single posts "Tags" are gluing directly under the content. And in general, Tags in single posts are nice, i'd like to use them. :-)

Greetings
Nick

Hi Nick,

Seems I have to tidy that up a bit by default - I've put it on my list.

For now, you can target the masonry block only like this:

.masonry-brick footer.entry-meta {
   margin-top: 0;
}

Your CSS still works perfect, thank you so much! :-)

You're welcome :)

This archived topic is closed to new replies.