Set Content Area to FullWidth

Home Forums Support Set Content Area to FullWidth

Home Forums Support Set Content Area to FullWidth

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #193626
    Sasha-Shae

    Hey, brand new to using GeneratePress. Got the Premium as well. Wanted to know, is there a way to set the content area to be completely Full Width? Right now, even though the sidebars are turned off, I noticed that the content area still sits centered in the screen and elements don’t completely fill the entire width of the screen. How can I accomplish this?

    #193629
    Sasha-Shae

    Ok tried this hack again..and seems to work

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

    except for where the header area is. Any ideas on making the header area also sit completely fullwidth?

    #193673
    Tom
    Lead Developer
    Lead Developer

    To make everything full width, you can do this:

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