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
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.