• When viewing my page in an iphone for example, the header menu becomes a drop down menu. The text (pages) in the drop down menu are centered. I´d like to align the text left.

    How do I do that?

Viewing 1 replies (of 1 total)
  • .navbar .navbar-inner {
        text-align: left;
    }

    seems to do it. It might make the uncollapsed menu look odd. Try it and see.

Viewing 1 replies (of 1 total)
  • The topic ‘Align text left in drop down menu (smartphone view)’ is closed to new replies.