jsmummert
Member
Posted 2 years ago #
I'm having trouble with a no sidebar page template, I can't seem to eliminate a large mask on the right side of the page, see here and here.
What part of the style sheet controls this? What can I do to eliminate it only on pages that I don't want a sidebar?
Thanks very much!
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
jsmummert
Member
Posted 2 years ago #
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.