Home › Forums › WordPress Themes – Premium › Flat Responsive › Change side of submenus to right
Tagged: flat responsive, Menu, navigation, submenu
I would like to change submenus in the navmenu to go to the right, not left. How do I do that? I’ve gone through the CSS and changed everything I can see and still nothing. Thank you so much.
Hello Maressa,
Please add the following css in your child theme’s style.css file or inside the additional css section of your customizer;
ul.navmenu ul.sub-menu { Left: 1em; }
Note:You can increase or decrease the em value as per your requirement. Please provide your site URL if it is not working for you
Thanks, Sushil