• Another simple question: shouldn’t pages (as opposed to posts) be displayed in full width, i.e. without the 200px padding-left property for the post-inner class? Since there is no “Read next” area in static pages, the wide margin looks a little odd, at least to my eyes.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter andrejslavik

    (@andrejslavik)

    PS. And, of course, is there a way of achieving this?

    I have this question too. There are lots of threads asking it, but nobody seems to have answered it yet! surely there is a way to remove the left padding for the main content, which is not shown when editing the website but appears in the published version.

    Ok, putting this into the CSS customiser worked for me:

    .single-post .post-inner {
    width: 100%;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Full-width pages’ is closed to new replies.