We are using the old Base3 template on this site and I am trying to figure out how to get side menu sub-menu text to wrap when they are wider than the module. The top level menu items already wrap, it is just the sub-items I am having the issue with.
Base3 - Wrap text on side menu
bremertonhousing
Hi
Add this code in css/custom.css file inside template folder
#sidebar-1 ul.nav > li ul li a {white-space:inherit;}
Regards
Perfect, thank you!
Ninja locked the discussion.