Support » Theme: Kale » Center and make more narrow posts

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there,

    Thank you for getting in touch with us.

    In order to make single post less wide you can enable the sidebar under Appearance → Customize → Posts → Layout with sidebar or you can add this css under Appearance → Customize → Additional CSS:

    .single-post .entry {
        width: 70%;
    }

    In order to make more wide look in blog page try this css:

    .blog .main-column.col-md-9 {
        width: 100%;
    }

    Hope that helps. Thank you for your time in this.

    Best regards

    it works perfect!! thank you!

    I’m glad to hear that 🙂

    Feel free to reach out if you need anything.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.