Hello, Paste the following code in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: #menu .ddsmoothmenu { float: none; text-align: center; margin-top: 10px; } #menu .ddsmoothmenu li { float: none; } #menu li a{ float: none; } You can adjust the value of margin-top as per your requirement. This will solve your issue.
How can I center the menu at the top and have the green colouring reach all the way to each end. I included an arrow pointing at what I mean.
networkcarecenter.com but we are still using the old template on the home page you can see the site here http://networkcarecenter.com/clinic-hours/
Hello, Paste the following code in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: #menu .ddsmoothmenu { float: none; text-align: center; margin-top: 0px; padding: 11px 0px; } #menu .ddsmoothmenu li { float: none; } #menu li a{ float: none; } This will solve your issue.