Home › Forums › Main Forum › Theme Suggestion Box › Sub Menu Alignment
When I created the menu for my website using the Flat Responsive Pro theme, the sub menu text alignment seems to be centered by default. I can’t find any way to change that to align left.
Can that be done? The link to the website under development is http://www.humanca.fcomet.com.
Mike
Hi Michael,
Use the following custom CSS to make the submenu link left aligned .
ul.navmenu ul.sub-menu > li > a { text-align:left; }
Please do use child theme or use custom css to edit the theme files as it could be lost during the updates.
Thanks
Lost Password?