Okay
  Public Ticket #2550808
Add space between Blog Module with Meta Overlaid layout
Closed

Comments

  • Michael Cox started the conversation

    Anyway we can add space between the blog posts when the Meta Overlaid setting is applied?

    Tried some CSS but cant seem to some nice spacing between each item without it throwing everything out

    Also i dont see why the blog module doesnt have the same features as the portfolio module, the portfolio seems to have much more flexibilty with how you can layout the frontend such as the Regular, Wide, Tall and Wide & Tall or whatever. 

    Dont see why both the blog and the portfolio cant have the same options for displaying them on the front end.

    Thanks

  •  2,719
    Andrew replied

    Hi Michael,

    Add the following custom css:

    body .post-area.masonry.meta_overlaid .masonry-blog-item {
        padding: 5px;
    }
    

    Thanks.