Okay
  Public Ticket #1168396
resize blog posts on home page
Closed

Comments

  •  2
    MKort started the conversation

    Hi Guys,

    first of all, what a great theme!

    I'm still not ready with a full layout, but building goes so easy. Thanks for such a great theme.

    I'd like to make the blog posts smaller on the home screen. I tried to give the column a name and to set a max size with css. That works but the stuff in the column doesn't resize with it.

    Is there an option in salient what I can change or do I have to make a bigger css change? so that the blog posts get smaller?


    thanks!

  •  3,033
    Andrew replied

    Hi there,

    Thank you for reaching out to us.

    I guess you can use CSS code for this. Please add the following code to Salient > General Settings > CSS/Script related:

    .blog-recent .col.span_4 {
        width: 25% !important;
    }
    

    Hope this solves the problem.

    Best regards.