horizontal module ordering instead of vertical - Joomla! Forum - community, help and support
hello,
i order 2 modules in position-2 horizontal instead of vertical.
how looks (beez5 layout):
how should (old joomla 1.5.x page):
how can this?
i order 2 modules in position-2 horizontal instead of vertical.
how looks (beez5 layout):
how should (old joomla 1.5.x page):
how can this?
you have edit module position callout style="horz"...
in template's index.php file line 147, called like:
you want change to:
i hope helps.
in template's index.php file line 147, called like:
code: select all
<jdoc:include type="modules" name="position-2" />
you want change to:
code: select all
<jdoc:include type="modules" name="position-2" style="horz" />
i hope helps.
Comments
Post a Comment