Try editing the custom no-sidebar template and change:
<div class="with-sidebar" id="page">
to
<div class="no-sidebar" id="page">
Then add:
.no-sidebar{left:30%;}
to style.css
Thanks, but I can’t seem to find
<div class="with-sidebar" id="page">
in the no-sidebar template that comes with Arclite. Any ideas?
I don’t have a copy of the theme, so I can’t give you specific file names. You’ll just have to try looking through the theme files for the “with-sidebar” class and see if you can change it within the no-sidebar page template.