Okay
  Public Ticket #973991
full width masonry blog
Closed

Comments

  • Alissa Wild started the conversation

    Hello Theme Nectar Team,

    I am experiencing two problems that I need help with. 

    1. I can using the Full Width Masonry blog layout with the Classic Enhanced feature. The images are all different sizes which I understand is the masonry affect but with the posts with larger images the bottom panel is getting cut off (where the author, comments and heart are). How can i change this?

    2. When I make my blog page the "Posts Page" for my website the slider element disappears. How can I prevent this from happening?

    Thanks for your help. 

  •  8,996
    Tahir replied

    Hey Again,

    1: Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    /* Make the Masonry Blog height Uneven (Not Fixed) */
    #post-area.masonry.classic_enhanced article.post.large_featured, #post-area.masonry.classic_enhanced article.post.regular .article-content-wrap, #post-area.masonry.classic_enhanced article.post.regular.format-standard.has-post-thumbnail, #post-area.masonry.classic_enhanced article.post.regular.format-video.has-post-thumbnail, #post-area.masonry.classic_enhanced article.post.regular.format-audio.has-post-thumbnail {
        height: auto!important;
    }
    /* change color of masonry title */
    .masonry.classic_enhanced .masonry-blog-item h3.title {
        color:#333 !important;
    }

    2: Keep the Posts Page unselected . 

    Thanks


    ThemeNectar Support Team