10
Thanks again.
1) I got the align center to work.
2) I added the code:
#mainmenu a.menuSub, #system-block_mainmenu a.menuSub {
padding-left:20px;
}
but it had no effect. Am I missing something or did I put the code in wrong?
3) I think I did not explain this one correctly. I don't want the Main Menu to look different if logged in. The User Menu (once logged in) does not have a display: block like:
#mainmenu a {display: block;}
so the User Menu items do not text wrap. I am guessing I need to use similar code as:
#mainmenu a {display: block;}
but with an adjustment something like:
#usermenu a {display: block;}
but tried this and it does not work. Ideas?