[Resolved] Removal of the "footer" area in masonry view posts

Home Forums Support [Resolved] Removal of the "footer" area in masonry view posts

Home Forums Support Removal of the "footer" area in masonry view posts

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #47230
    Nick

    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

    #47239
    Tom
    Lead Developer
    Lead Developer

    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;
    }
    #47240
    Nick

    Your CSS still works perfect, thank you so much! πŸ™‚

    #47241
    Tom
    Lead Developer
    Lead Developer

    You’re welcome πŸ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.