Resolved

Reduce blog width

Ultra Theme started by Simon Social Media Jun 10, 2016 4 replies
Simon Social Media Jun 10, 2016 · 8:38 pm #3743

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

Andrew Misplon Puro Jun 11, 2016 · 11:57 am #3745

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;
}
Simon Social Media Jun 11, 2016 · 12:29 pm #3746

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

Andrew Misplon Puro Jun 11, 2016 · 12:33 pm #3747

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

5 posts