• Resolved kingn0thing

    (@kingn0thing)


    Hi,

    my blog nakedwildandfree.com is running wordpress 3.9 and the Vortex theme. I’ve just setup my menu bar but it is wrapping to 2 lines which is not what I want. In the Vortex options the maximum width is set to 940px from a range of 1-940px. Is there anyway I can edit this theme to squeeze out a little more width so I can get my menu all on one line?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The entire grid is pixel based, and all the columns have their width set in pixels, so it would be difficult (but possible) to override them all.

    Easier way, if that works for you, would be to make menu text and menu item padding smaller. If you add this CSS menu goes to one line:

    .menu ul a, .menu ul a:visited { padding: 20px 15px; }

    Thread Starter kingn0thing

    (@kingn0thing)

    Thanks Slobodan, I’m quite a newb with CSS so where would I enter this line?

    Edit: I managed to enter it using a custom Css plugin. Thanks for your help. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Menu bar wrapping to 2 lines’ is closed to new replies.