Forums

[resolved] Twentyten Child navigation dropdown menu text align left (7 posts)

  1. 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

  2. esmi
    Theme Diva & Forum Moderator
    Posted 8 months ago #

    Site url?

  3. peredur
    Member
    Posted 8 months ago #

    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

  4. emu8888
    Member
    Posted 8 months ago #

  5. peredur
    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

  6. emu8888
    Member
    Posted 8 months ago #

    Much obliged!! Thank-you.

  7. peredur
    Member
    Posted 8 months ago #

    No problem. Glad to be able to help.

    Cheers

    PAE

Reply

You must log in to post.

About this Topic