• Resolved crc6599

    (@crc6599)


    I’m trying to find a way to increase the width of the main-body content area without switching to the full width template because I would like the sidebar to remain there

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Superb

    (@themeeverest)

    Hi @crc6599
    I hope you’re well ??

    You can do that by changing the width on .grid-container

    Please go to appearance > customize > additional CSS and add this:

    .grid-container {
        max-width: 1500px !important;
    }

    You can increase the number to make it larger, or reduce it to make it smaller.
    Please note that it might not work exactly how you intend though, it’s not a feature the theme has so it may cause some bugs

    Don’t forget to rate the theme if you like it!

    Have an awesome day ??

    Thread Starter crc6599

    (@crc6599)

    Thanks! Also emailed about this and got a few other options for various scenarios.
    Posting them here for posterity.

    If you’d like to hide the sidebar you can do so by heading to “Appearance -> Customize -> Post & Page Settings -> Hide Sidebar on Posts (or Pages)”.
    Alternatively, when editing a page, you can select the “Full Width” template to hide the sidebar on that page.

    Additionally, if you want the content area to use the full width of the browser, you can use the following additional CSS:

    div#page {
        max-width: 100% !important;
        width: 100% !important;
    }

    if you want to use the additional CSS, you can add it by heading to “Appearance -> Customize -> Additional CSS”.

    • This reply was modified 4 years, 1 month ago by crc6599.
    • This reply was modified 4 years, 1 month ago by crc6599.
    • This reply was modified 4 years, 1 month ago by crc6599.
    Theme Author Superb

    (@themeeverest)

    I’m happy to hear you found a solution ??

    Don’t forget to rate the theme if you like it!
    Have an awesome day

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to increase width of content area?’ is closed to new replies.