I have a CSS menu.
The problem is that in a ul li a span when I have a long string it doesn't break for the second line, it just continues on one line getting out of the menu.
Here's my CSS code if you want to take a look at it.
What is the problem here? (i have made a simple menu where it works, but in this case, of a dropdown menu - it doesn't)
here's the link http://jsfiddle.net/mr_mikey/nR2t6/
Remove the following style from your CSS:
#mainmenu ul ul a {
white-space: nowrap;
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With