You may have a full-page-template.php file or something similar in your theme…
or you can target the body class by page id and do a display:none for the sidebar.
or you can create a custom template that does NOT call in the sidebar.
do you have a link you can post?
Hi,
I figured it out – Magazine basic calls the sidebar in the footer.php page. I added an extra if statement in the footer.php and then, to adjust the width of the page I targeted the specific page ID in the CSS to adjust the content width.
Thanks for your help!
Hi, Cobracore, can you show me the code, please?