how to reduce or re-size the height of the menu

Discussion in 'VideoCraft WordPress Theme' started by peterpohls, Jan 14, 2013.

Thread Status:
Not open for further replies.
  1. peterpohls

    peterpohls Member

    Joined:
    Feb 5, 2012
    Messages:
    84
    Likes Received:
    1
    how to reduce or re-size the height of the menu
    dallasblvd.com/dlife/
     
  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:
     .top_strip{
    height:40px;
    }
    #menu .ddsmoothmenu li a{
    line-height:40px;
    padding-bottom:7.5px;
    }
    
     
  3. peterpohls

    peterpohls Member

    Joined:
    Feb 5, 2012
    Messages:
    84
    Likes Received:
    1
    perfect, good job Gourav! works perfect
     
Thread Status:
Not open for further replies.

Share This Page