Align Drop-Down Menus


Author Message
Janet

Posted: 4/22/2009
Quote message 

:-X This is one of my sites: http://www.MaxLifeInstitute.com

Check the drop-down menus and you'll see that they're not flush left.

How do I change/fix that?
 
Garry

Posted: 4/23/2009
Quote message 

You have chosen text align=center in menu->sub menu, you may select text align=left.
 
Janet

Posted: 4/23/2009
Quote message 

:-{} Ok - that's exactly what I was looking for - but still don't find where it is? I see a lot of things to change - text size, color, horizontal & vertical padding, gradient, borders, fills, whether or not to have submenus - but not alignment.

??? :-(
 
Garry

Posted: 4/24/2009
Quote message 

By default text align to left , you can regenerate the template
 
Janet

Posted: 4/27/2009
Quote message 

:( Sorry - I don't understand. Where in the software do I go to specify how the subcategories are to align?
 
Garry

Posted: 4/28/2009
Quote message 

I mean you have two options one is to generate the template again from start and another is to edit CSS
 
Janet

Posted: 4/29/2009
Quote message 

Can I not go in and alter the existing template? If so - where/how?

If not - how/where to change CSS?
 
Garry

Posted: 4/30/2009
Quote message 

The simplest way to correct it by designing the theme again by artisteer, otherwise you can change some CSS property in your style.css at line 804
.nav ul.menu ul span, .nav ul.menu ul span span {
background-image:none;
display:inline;
float:inherit;
margin:inherit;
padding:inherit;
text-align:left;
text-decoration:inherit;
}

change the float:inherit to float:left and it is done