[Resolved] Reduce blog width

Tagged: 

  • Author
    Posts
  • #3743

    Simon Social Media
    Participant

    Hi,

    I’d like to reduce the width of my blog on both sides on http://www.simonsocialmedia.com so the text doesn’t go right to the edge. Reason being I think this will give a cleaner look and a better reading experience, how can I go about this?

    Thanks

    #3744

    Simon Social Media
    Participant
    #3745

    Andrew Misplon
    Keymaster

    Hi Simon

    Thanks for your support. The blog could definitely do with a constrained layout. Please, try the following at Appearance > Custom CSS and let me know how it goes:

    /* Blog */
    .blog #primary,.single #primary,.archive #primary {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        max-width: 810px;
        margin: 0 auto;
    }
    #3746

    Simon Social Media
    Participant

    Thank you Andrew, perfect. And great support as always.

    #3747

    Andrew Misplon
    Keymaster

    Super 🙂 Glad to hear that helped. Chat soon. Cheers.

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.

Scroll to top