Submenus not formatting properly

Discussion in 'GeoCraft WordPress Theme' started by marmoset, May 14, 2013.

  1. marmoset

    marmoset Member

    Joined:
    Dec 28, 2011
    Messages:
    70
    Likes Received:
    2
    If you look at the "Services" and "Community" sub-menus on my website http://www.bacchusmarsh.net/ you'll see that the pages at the top of the sub-menus aren't aligned with the others. I haven't seen this problem on any other GeoCraft site but it happens on this site no matter what page i have at the top of the submenu. On top of that, the pages on the main menu itself aren't aligned well with the lines on either side of them.

    Am I the only person experiencing this problem? Is there a way to fix it?
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #menu .ddsmoothmenu li li:first-child a {
    padding-left: 10px;
    }
     

Share This Page