Main menu in 2 lines

Discussion in 'Andrina WordPress Theme' started by alandi, Jan 18, 2013.

  1. alandi

    alandi New Member

    Joined:
    Apr 2, 2012
    Messages:
    8
    Likes Received:
    0
    Hi,
    my homepage header main menu is showing in 2 lines (check it here www.egonplus.it ); is there a way to put all the elements on a single line (maybe reducing space somewhere)?
    thanks
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #menu li a {
    margin-left: 14px;
    }
     

Share This Page