Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter hrutheone

    (@hrutheone)

    ok I think I found the solution just use these code in custom CSS

    @media only screen and (min-width: 900px) {
    .single-post #main #content-wrap {
    justify-content: center;
    display: flex;
    }
    .single-post .content-area #content {
    width: 80% !important;
    margin: 0 auto;
    }
    }

    Hello,

    You can also do it by going to Customize > blog > Single Post section – content width.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to change content area width in blog post?’ is closed to new replies.