[SOLVED] Main Menu Position change

Corporate Ltd is perfect choice for your next business Joomla website
GK User
Mon Jun 15, 2009 7:40 am
Can you change the position of the main menu so that it no longer sits in the suckerfish menu position?

If so, how?

OK

What I did was comment the div tag out in the index.php file rather than delete it as you never know when you may need it back.

This is what it looked like:

<div id="wrapper_menu">
<div id="horiz-menu" class="clearfix<?php echo ($menu_type == 'standard') ? '' : ' moomenu';?>">
<?php echo $main_navigation;?>
</div>
</div>

This is what it looks like now:

<!-- <div id="wrapper_menu">
<div id="horiz-menu" class="clearfix<?php echo ($menu_type == 'standard') ? '' : ' moomenu';?>">
<?php echo $main_navigation;?>
</div>
</div> -->

By doing this, nothing in the overall template was effected.

I hope this helps other users.
User avatar
Fresh Boarder

GK User
Mon Apr 04, 2011 11:15 pm
Dear 'support',

Can you please HELP me with my MAIN MENU position! (The News II Joomla template)

this is link for the site http://www.objektivhr.com/index/

Look at the top menu, major menu, (with green boxes)
(Online časopis,POČETNA,Modules,Positions,Typography,FAQ,Web Links,News Feeds,O nama)

I dont know how to move that menu beneath/under the banner 'objektiv'

There is no module for that menu in module manager 100% checked 10 times so I could choose Main Menu position!!

How can I move that menu beneath/under the banner so it maintaines the original css look (green boxes) ?? Just want to move that Main Menu :woohoo:

Thnak you very much
User avatar
Fresh Boarder

teitbite
Tue Apr 05, 2011 11:22 pm
Hi

Our templates got stedy mainmenu. That means that the only way to move it is to hack the code of the template.
User avatar
Moderator


cron