Hello,
I would like to hide right column when a specific component is loaded (option=jevents)
I can manage it by putting it an if clause in the index of the template. But I still observe that when the right column is hidden the width of the center div does not change. It stays as if the right modules exist and the right column area is blank.
There should be somewhere in the code that calculates the width according to the existence of the right modules. How can I modify the template code so that no matter if there is a right module or not, the width of the center div is set af if the right column does not exist? I want to hide the right column when jevents component is loaded.
Thnaks in advance,
Hakan