• 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!

Viewing 3 replies - 1 through 3 (of 3 total)
  • 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

    Thread Starter jsmummert

    (@jsmummert)

    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.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Arclite 2.02 CSS Problem’ is closed to new replies.