• When I create and view WP pages, the sidebar is off centered. Occurs in multiple browser types. I am using a theme template created by arcsin.

    I’ve searched forums and google for this problem to no avail ??

Viewing 1 replies (of 1 total)
  • Looks like your page.php has a different layout structure than the other pages.

    Working layout:

    <div class="main">
    	<div class="content">
    	<div class="sidenav">
    	<div class="clearer">
    </div>

    Non-working layout:

    <div class="main">
    <div class="sidenav">
    <div class="clearer">

    You’re missing the <div class=”content”> DIV and, probably more importantly, the other two DIVs aren’t contained within <div class=”main”>, causing everything to shift down and over.

Viewing 1 replies (of 1 total)
  • The topic ‘sidebar off centered on pages’ is closed to new replies.