Okay
  Public Ticket #413941
Blog categories
Closed

Comments

  • Kath started the conversation

    Hi, first can I say I absolutely love the theme and I'm having so much fun with it!

    I'm having a problem with blog layout under the categories. When I add a blog as an element on a post I can choose 'Masonry style', giving me the featured images at the size I upload them, but when I search a specific blog category the images are huge! I've been all weekend trying to find the function to make the category blog rolls 'Masonry style' too but I can't do it. Help!

    Example - http://forreadingaddicts.co.uk/category/polls-and-discussion

  •  8,849
    Tahir replied

    Hey Kath,

    We dont have a category masonry option but you can use this css to reduce the image sizes .

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    .category article.post .content-inner .post-featured-img img {
        max-width: 200px;
    }
    
    
    .category span.post-featured-img {
        float: left;
        padding-right: 20px;
    }

    Thanks



    ThemeNectar Support Team 

  • Kath replied

    That worked perfectly! Thank you. Love the theme.