Hi,
there is a following problem in the template.
I made a menu module (side menu) and i display it in the right_right position.
The menu shows 2-3 levels of main menu.
The problem is that when there no 2nd level position in the menu the module "holds place" even when there is no content in it.
It generates unnecessary code :
- Code: Select all
<div id="gkRight" class="gkMain gkCol gkPaddingTBLR">
<div id="gkRightMiddle" class="gkMain oneCol gkPaddingTBLR">
<div id="gkRightRight" class="gkMain gkCol gkPaddingTBLR">
</div>
</div>
</div>
Example
http://umbrella.efqm.pl/index.php/partner-efqmDoes anyone know the way how to work it around ?
Regards,
Marcin