If there the left sidebar is visible but not the right sidebar, we need to add the 'sidebar-left' class to the body.
Need to add the following code to template.php:

     elseif ($vars['sidebar_left']) {
       $body_classes[] = 'sidebar-left';
     } 

Comments

SteveK’s picture

Status: Active » Fixed

fixed in 2.0 version of theme

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.