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.