Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
In the Custom CSS Manager section of the dashboard, add this:
#access ul {
float: none;
display: table;
margin: 0 auto;
}
Thanks for the menu css id…I needed that also. (to hide the stupid thing and put a better one!) …thanks.
btw…if anyone else wants to use a plugin, and ends up with “2” menus…just do
#access ul {
display:none;
}
in custom CSS box or child theme… (I personally like to create a child theme…it’s so much easier to maintain)
Can you recommend a good plugin for the Nav menus– and one that also works well for the mobile versions?
I’ve had lots of trouble getting the nav to look good the way I want and look / work properly on the mobile versions.
Thanks in advance!!