Hi how do I change the size of the menu. so that the size of the menu box is the same size as the text? Website is www.veteransinsefton.org
I didn't get your query, Sorry:-( Could you please elaborate it a bit more. Warm Regards! Naveen Kolhe InkThemes.com
with the main menu this is fine however. when you go down to a child menu the text maybe 10 chars long but the box its in maybe 20 chars long . is there anyway of making the "boxes" the same width as the text.
You can try the below custom CSS code, maybe it will resolve your issue. Code: #menu li .children li .children li { width: 100%; } #menu .ddsmoothmenu li li a { width: auto; } ul.children { width: 100%!important; } Warm Regards! Naveen Kolhe InkThemes.com