There is a thread titled “Full width pages” here: https://colorlibsupport.com/t/full-width-page/24404
I believe @hetisbartmaar is referring to regular pages, not shop pages. For instance, if you create a page under the “Pages” section in WordPress, it defaults to having a sidebar. The container even has a class called tyche-has-sidebar
. How do we make regular pages full-width??? I understand there may not be a UI setting, but a piece of CSS would suffice…
Thank you!
EDIT:
In page.php, the following is where the page width is being set. It looks like it’s only setting full width for account pages:
<div id="primary" class="content-area <?php echo $account_page ? 'col-md-12' : 'col-md-8 tyche-has-sidebar'; ?>">