So kann man ganz leicht per PHP eine CSS-Klasse bestimmen, wenn in Joomla unter der Modulposition "right" ein Modul veröffenlticht ist oder nicht.
<div class="<?php echo ($this->countModules(‘right’)) ? (‘nocolfull’) : (‘colfull’); ?>