Okay
  Public Ticket #392443
Fullwidth Masonry Blog Gap
Closed

Comments

  •  2
    J started the conversation

    Ive done a few searches but havent been able to remedy my issue. Any help would be appreciated.

    I\'m using WP 4.1.1 and Salient 5.5.4. Trying to institute the Masonry Fullwidth Blog setup. Ive got a gap appear below the masonry pics that I cant seem to get rid of. What am I missing here? See the image, below the black blog entries...


  •   J replied privately
  •  8,849
    Tahir replied

    Hey,

    Actually you have one less item therefore the gap. You can increase the size on one post and see if that fixes the grid.

    Thanks


    ThemeNectar Support Team 

  •  2
    J replied

    Tahir, thanks for the response. Actually I think you misunderstood my original post. I'm talking about the gap BELOW the final three posts directly above the footer. I've highlighted the area I'm talking about in red in the pic attached to the post. This gap remains regardless of the number of total posts or configuration of each post's featured image size.

  •  8,849
    Tahir replied

    Have added custom css to fix it.

    Thanks


    ThemeNectar Support Team 

  •  2
    J replied

    Thanks, Tahir!

    For those wondering here is the code:

    body.blog .meta_overlaid_blog.container-wrap {
        padding-bottom: 0px !important;
    }