horizontal menu space and font settings?

Discussion in 'Cloriato WordPress Theme' started by billgallagher, Jun 21, 2013.

  1. billgallagher

    billgallagher New Member

    Joined:
    May 10, 2013
    Messages:
    9
    Likes Received:
    0
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    #menu .ddsmoothmenu li {
    margin-right: 4px;
    }
    #menu li a {
    font-family: symbol ! important;
    font-size: 12px;
    }
    Inplace of symbol you can put your font. you can also change the value of margin-right and font-size as per your requirement.
    This will solve your issue.
     

Share This Page