Menu size

Discussion in 'BizWay WordPress Theme' started by bigtflyer, Jan 28, 2014.

  1. bigtflyer

    bigtflyer New Member

    Joined:
    Jan 19, 2014
    Messages:
    29
    Likes Received:
    0
    Hello!

    Is there a way to make the menu size bigger without making the font bigger?

    My site is damageawayusa.com/wordpress

    Thanks!

    Tim
     
  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 .ddsmoothmenu li a {
    padding: 13px 13px 12px 12px;
    }
    

    Thanks & Regards
    Gourav Shrivastava
     

Share This Page