[Resolved] Theme not in full width

Home Forums Support [Resolved] Theme not in full width

Home Forums Support Theme not in full width

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #140373
    optimusvault

    http://optimusvault.info/

    You may see that the theme isn’t in full width.

    Wondering how I can change this please.

    #140396
    Tom
    Lead Developer
    Lead Developer

    Are you wanting your content area to be full width like your header?

    #140397
    optimusvault

    Yes please.

    #140399
    Tom
    Lead Developer
    Lead Developer

    Give this CSS a try:

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

    Adding CSS: https://generatepress.com/knowledgebase/adding-css/

    #140402
    optimusvault

    Tried it and it stays the same. I even made the sidebar spacing 0px to see if it was the sidebar causing the issues even though no sidebar on my site.

    #140403
    optimusvault

    Could it be because
    Container Width – 1100px

    Not wide enough?

    #140404
    Tom
    Lead Developer
    Lead Developer

    Where did you add that CSS? I’m not seeing it anywhere.

    #140405
    optimusvault

    Used the Jetpack edit CSS.

    #140406
    Tom
    Lead Developer
    Lead Developer

    Something must be wrong with the configuration – I’m not seeing it added to your website (checked the source).

    Alternatively, you can go to “Customize > Layout” and increase the container width to the max.

    #140407
    optimusvault

    If I increase it to the max will it still show up correctly for smaller screens?

    It’s here:
    <style id=”custom-css-css”>.edit-link{display:none}body.grid-container{max-width:100%}</style>

    #140408
    Tom
    Lead Developer
    Lead Developer

    Ah, I see the issue – I edited my code above: https://generatepress.com/forums/topic/theme-not-in-full-width/#post-140399

    Either way, it will display correctly on smaller screens ๐Ÿ™‚

    #140410
    optimusvault

    Thanks sir. Amazing theme <3

    #140411
    Tom
    Lead Developer
    Lead Developer

    Thanks! ๐Ÿ™‚

Viewing 13 posts - 1 through 13 (of 13 total)
  • You must be logged in to reply to this topic.