How do I make my posts full-width like my pages

  • Unknown's avatar

    How do I make my posts full-width like my pages – it looks very awkward with text centered in the middle of the page and empty space on the sides. The sidebar is currently not being used.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    This should do the trick for your non-sidebar posts, copy the code into the CSS section of your customiser:

    @media screen and (min-width: 768px) {
      .no-sidebar:not(.page-template-full-width-page) .content-area {
        max-width: 100%;
      }
    }
  • The topic ‘How do I make my posts full-width like my pages’ is closed to new replies.