Sub Menus not aligned correctly

Discussion in 'Blackriders WordPress Theme' started by cholcombe, Dec 5, 2013.

  1. cholcombe

    cholcombe New Member

    Joined:
    Oct 12, 2013
    Messages:
    19
    Likes Received:
    0
    Hi,
    The first submenu of some menu items is not aligning correctly with the other submenus. For Example, https://www.spineinstitutenorthwest.com/ under About US, Contact Us is not aligned correctly. Under Doctors, the first Dr isn't aligned correctly
    Thanks
     
  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 li:first-child a {
    padding-left: 14px;
    }
    Adjust its value as per your requirements.
     

Share This Page