• Hi guys,

    How do I make the “body” portion of the blog and page posts wider? I’ve tried various codes on the forum, but nothing is working.

Viewing 1 replies (of 1 total)
  • Hi boaf,
    try this , but also test theme catch evolution (excellent with more options)

    /* text width adjustement*/
    @media (min-width: 1200px) {
    .container {
    width: 77%;
    }
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Make Blog Post Body Wider?’ is closed to new replies.