Sub-menu Padding issue

Discussion in 'GeoCraft WordPress Theme' started by ric6000, Jul 2, 2013.

  1. ric6000

    ric6000 New Member

    Joined:
    Jul 2, 2013
    Messages:
    6
    Likes Received:
    0
    Hello,
    First thanks for this great theme I really like it :)
    I have a small issue with the padding in the sub-menu. The first link has a padding but the others have no padding and stay on left.

    Any help would be appreciated,

    Eric
     

    Attached Files:

  2. Gourav

    Gourav Support Staff

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

    Paste this code in Custom CSS
    Geocraft Settings > Theme Options > Styling Options > Custom CSS

    Code:
    #menu .ddsmoothmenu li li a:link, #menu .ddsmoothmenu li li a:visited {
    padding-left: 10px;
    }
     

Share This Page