This is my example and works just fine for me. Note: values are already changed here:
file: ja-sosdmenu.css
#ja-cssmenu ul a {
width: 13em; ———- might wanna change this
width: 20em; ——— change this(I already changed it in 20 em).
Ofcourse if the menu link is to long you’ll have to chnge also:
#ja-cssmenu li ul { /* second-level lists */
position: absolute;
z-index: 99;
left: -999em; /* using left instead of display to hide menus because display: none isn’t read by screen readers */
width: 25em; —————- if needed change this
width: 20em; —————change this
height: auto;
I’m no css expert, not at all, I just experimented…And came up with solution for my problem. Hope this helps.
By the way I don’t really know what those mean, just got lucky! 😀