I'm looking to have our menu centered in reference to our logo. The logo is 130x130px, and instead of it being flush with the top, we want it lower to be in line with the center of the logo. Thanks, Z
Hello, Paste the following code in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: #menu .ddsmoothmenu { margin-top: 65px; } You can adjust the value of "margin-top" as per your requirement. This will solve your issue.