Menu Padding

Discussion in 'Cloriato WordPress Theme' started by highpheasants, Jan 22, 2013.

  1. highpheasants

    highpheasants New Member

    Joined:
    Oct 9, 2012
    Messages:
    8
    Likes Received:
    0
    Hi guys,

    I'm trying to reduce:

    a) the spacing on the menu OR
    b) the font size of the menu

    in order to somehow get it to fit correctly.

    Does anyone know the custom css on this ?

    Thanks

    http://highpheasants.com/
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Put the following code in your custom css

    Appearance -> theme options -> styling options -> custom css
    Code:
    #menu li a {
    float: none !important;
    line-height: 42px !important;
    }
     
    #menu .ddsmoothmenu li {
    float: none !important;
    }
    
    This will solve your issue.

    Thanks .
     

Share This Page