collapse right column and extend content for 1.5 - Joomla! Forum - community, help and support
hello, can scenerio. i've managed colapse/hide right column cannot figure how extend content area fill space. please.
i'm trying this:
<div class="inside">
i'm trying this:
<div class="inside">
code: select all
<?php if($this->countmodules('right')) : ?>
<div id="sidebar_right"class="float">
<jdoc:include type="modules" name="right" style="xhtml"/> </div>
<?php else: ?>
<?php if($this->countmodules('right') < 0) : ?>
<style type="text/css">
#content width:70%;
#sidebar_right
width:0%;
</style>
<?php endif; ?>
</div>
i'm no means expert think may have edit *.css file template using. change width setting content area. when i've made types of changes layout describing, i've done editing *.css files.
Comments
Post a Comment