css word-break on menu not working
Hi all
I have to superimpose the words in the menu, so as to shorten the menu but the css word-break not working. I try:
#menu-item-121 {
word-break: break-word;
}
#menu-item-121 {
word-break: break-all;
}
If u want see demo website: stud.bussolacontrollodigestione.it
Someone can help me please ?
thanks
I have to superimpose the words in the menu, so as to shorten the menu but the css word-break not working. I try:
#menu-item-121 {
word-break: break-word;
}
#menu-item-121 {
word-break: break-all;
}
If u want see demo website: stud.bussolacontrollodigestione.it
Someone can help me please ?
thanks
Comments
your css is wrong and we really have no idea where from you get it. For more details about breaking words, please visit http://www.w3schools.com/cssref/css3_pr_word-wrap.asp
#menu-item-122 {
word-wrap: break-word !important;
}
menu item "Analisi di bilancio"
thanks