Okay
  Public Ticket #2324093
Blog Auto Masonry: Meta overlaid Spaced
Closed

Comments

  • mogwyn1 started the conversation

    Hi, 

    The Blog Auto Masonry: Meta overlaid Spaced is currently showing 2 posts per row. How can I set this to only show 1 post per row?

    Thanks

  •  8,992
    Tahir replied

    Hey Again,

    I see you already got it working using this css :

    @media only screen and (min-width: 768px){
    .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item {
        width: 100% !important;
        display: block!important;
    }
    }
    

    Best


    ThemeNectar Support Team