Top Menu can display all my buttons correctly


Author Message
Mike

Posted: 7/22/2011
Quote message 

Hi All

I have been creating all my sites using Joomla and have a client asking me to build her site using WordPress.

Please look at my site: http://toyandminiaussies.com

As you can see, my top menu looks horrible and I have yet to figure out when making my template, what do I do to make the area of top menu accept all my buttons?

Any WordPress creators out there ant to help tell me what settings am I not finding to fix it??

Thanks in advance,

Mike
 
Aileen

Posted: 7/23/2011
Quote message 

Hello Mike,
Artisteer themes does not support multiline menu.
You may consider using smaller font for menu items or build menu with parent and child items. So all parent items could be located in a single line.
 
Jos

Posted: 7/23/2011
Quote message 

I suggest you use a plugin called "ubermenu" for your project. Then you're abe to fully style/customize your menu.
 
Jeramiah Townsend

Posted: 7/23/2011
Quote message 

Artisteer doesn't handle multi line menues out of the box... but you can do it with just a little code. look in the styles.css for the section on art-nav. The code you want to change will be this:

.art-nav {
margin-bottom:0;
margin-left:auto;
margin-right:auto;
margin-top:0;
min-height:38px; <!-- change this line of code-->
position:relative;
z-index:100;

Change the 38px to 95px

For your website I would suggest Ubermenu
http://wpmegamenu.com/

You cold also try a new alternative I came across:
http://www.designchemical.com/
 
Josh

Posted: 2/10/2015
Quote message 

How frustrating. I went to the trouble of carefully designing the menu I want, in Artisteer, which I use because I am not a coder.

Now, we are told it doesn't support multiline, use a plugin which means I have to redesign the menu inside this plugin.... ?!

How about this -- is there any CODE to add to an Artisteer top menu to make the titles in the parent tabs and in the subtabs WRAP within left and right margins of the tabs? And then expand the tab vertically...?

Thank you.





 
Josh

Posted: 2/10/2015
Quote message 

Quote Josh:

How frustrating. I went to the trouble of carefully designing the menu I want, in Artisteer, which I use because I am not a coder.

Now, we are told it doesn't support multiline, use a plugin which means I have to redesign the menu inside this plugin.... ?!

How about this -- is there any CODE to add to an Artisteer top menu to make the titles in the parent tabs and in the subtabs WRAP within left and right margins of the tabs? And then expand the tab vertically...?

Thank you.

WAIT, I'm using WORDPRESS, not Joomla. Sorry - don't know how to move this question.