How to make the 'sidebars' visible even when there's no visible block!

How to make the 'sidebars' visible even when there's no visible block!

open your page.tpl.php file :

<?php if ($sidebar_right) { ?><td id="sidebar-right">
      <?php print $sidebar_right ?>
    </td><?php } ?>

Change it to :

<td id="sidebar-right">
      <?php print $sidebar_right ?>
    </td><?php ?>

Follow similarly for other sidebar too!

 
 

Drupal is a registered trademark of Dries Buytaert.