emu8888
Member
Posted 8 months ago #
I had a quick look in the forum but most of its about aligning the bar rather than the text inside. I just need the code for my style.css sheet which will align my text in the dropdowns to the left, instead of centred (it's already left aligned in the primary navigation menu). Thanks
As far as I can tell, the text in the main navigation menu dropdowns *is* aligned left. It is on the last site I did using twentyten.
Can you post a link to your site so we can see what you mean?
Cheers
PAE
emu8888
Member
Posted 8 months ago #
You need a new style rule:
#access ul ul a {
text-align: left;
}
Since this is twentyten you really must do it in a child theme, which I think you are, actually using.
Just add the rule above to the end of the child theme's stylesheet.
Cheers
PAE
emu8888
Member
Posted 8 months ago #
Much obliged!! Thank-you.
No problem. Glad to be able to help.
Cheers
PAE