Home › Forums › WordPress Themes – Premium › Flat Responsive › Menu and submenu style (justification: left in stead of center)
Tagged: Menu, menu style, submenu
The justification of the text in the submenu is – ‘Center’. Can I change this to justification: ‘left’?
Hello Michiel,
For quick fix, go to Dashboard>>Appearance>>Customize>>Additional CSS and add the following CSS:
ul.navmenu ul.sub-menu > li { text-align: left; }
Let us know.
Best Regards, Bidur