Howdy - Joomla! Forum - community, help and support
hi all
thought stop , hi.
been using cms program few years friend introduced me to
joomla , have beginning feel converted , wonder why did not use sooner!
i have ask best place find joomla v3 responsive template, looking 1 3 columns site holidaycorfu.org possible ?
any appreciated
thanks
alan
thought stop , hi.
been using cms program few years friend introduced me to
joomla , have beginning feel converted , wonder why did not use sooner!
i have ask best place find joomla v3 responsive template, looking 1 3 columns site holidaycorfu.org possible ?
any appreciated
thanks
alan

the protostar template comes joomla made example site styling. have move <navigation> div top of page in index.php file. take below html/php in index.php file
<?php if ($this->countmodules('position-1')) : ?>
<nav class="navigation" role="navigation">
<jdoc:include type="modules" name="position-1" style="none" />
</nav>
<?php endif; ?>
move top of <header> div.
<?php if ($this->countmodules('position-1')) : ?>
<nav class="navigation" role="navigation">
<jdoc:include type="modules" name="position-1" style="none" />
</nav>
<?php endif; ?>
move top of <header> div.
Comments
Post a Comment