On my website: Universitypools.com I would like to center my main menu. I searched the forum but didn't anything on this, thanks.
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: #menu li a, #menu .ddsmoothmenu li{ float: none; } #menu .ddsmoothmenu { margin-top: 0px; margin-left: 0px; text-align: center; padding-top: 14px; } #menu .ddsmoothmenu li > ul { top: 36px !important; } It will resolve your issue. Thanks & Regards Yogesh Bhade