Menubar Formatting Issue

Discussion in 'GoldenEagle WordPress Theme' started by vobizzy, Sep 4, 2013.

  1. vobizzy

    vobizzy New Member

    Joined:
    Aug 30, 2013
    Messages:
    4
    Likes Received:
    0
    Is there a way to change the formatting of the menu bar?

    On the attached image "Daily Bulletin" is added on a new line and I want it to be formatted to the same line as the rest of the links.

    [​IMG]
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #menu li a{
    padding: 3px 2px;
    }
    Adjust its value as per your requirements.
     

Share This Page