New Front EN › Support Forums › Kanso Theme Support › Default to 'full width', instead of 'right sidebar'? › Reply To: Default to 'full width', instead of 'right sidebar'?
Hi Andrii,
Thanks again for being so helpful!!!
I tried out the new files, but I noticed it removes the ‘page layout’ box entirely. This also affects the ‘new post’ and ‘new pages’ pages, not only the ‘new project’.
In the end I think I’ve managed to do what I want anyway. I just re-ordered the options on line 510 of functions.php. From this:
'options' => array('Right Sidebar','Full Width','Left Sidebar')
to this
'options' => array('Full Width','Right Sidebar','Left Sidebar')
This (so far!! haha) seems to work. I’m now looking into making it conditional so this only happens on the projects pages.
Thanks again!!