hi, when i hover over my main navigation bar to reveal the sub menu, the sub menu is displayed at only half the width of the main menu. How can I get it to display at full width ? thanks
Hi, Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: ul.sub-menu li a { width: 204px !important; } Thanks, Praveen