<?php // modification to hide right column when not used if (moscountmodules('right') > 0) { ?> <style type="text/css">#norightcolumn { overflow:visible; }</style> <?php } ?>
/* hide or collapse template's right column */#norightcolumn { float:right; width:2%; margin-left: 0 5px; /* This is the important line */ overflow:visible;}/* template's right column */#rightcolumn { float:right; width:20%; overflow:hidden; margin-left:-3px;}
<?php // modification to hide right column when not used if (moscountmodules('right') > 0) { ?> <div class = 'norightcolumn'></div> <?php }
/* hide or collapse template column */.nocolumn #rightcolumn{display:none;}.nocolumn #main-body{width:100% !important;}
<?php // modification to hide right column when not used if (moscountmodules('right') > 0) { ?> <div id="container" class="nocolumn"></div> <?php