[Support request] How to make all pages auto full width

Home Forums Support [Support request] How to make all pages auto full width

Home Forums Support How to make all pages auto full width

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #458778
    Jason Westbrook

    Hey guys…
    I am trying to figure out how to make all pages auto fullwidth by default. I have a couple plugins that add a sidebar in as a “default” page type on a custom post-type and I want those to be full width. I have this css added but doesn’t change it.

    .page .container.grid-container {
    max-width: 100%;

    #458779
    Jason Westbrook

    sorry….

    #458849
    Leo
    Staff
    Customer Support

    Hi there,

    Are you wanting the full page to be full width (including header and footer) or just the content section?

    #458902
    Jason Westbrook

    Just the content section

    #458944
    Leo
    Staff
    Customer Support

    Hmm try this:

    .container.grid-container {
        max-width: 100%;
    }
Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.