A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.
Hello all,
Is it possible to have to lines of text on a single menu button some of the button names are 4 words and i would like to have 2 words on each line, thus making more horizontal room for more buttons.
Thx in advance :)
Ed
Hi Ed,
The answer to this is dependent upon your skin but you could add a max-width to the link element of the menu item. For instance:
div.AspNet-Menu-Horizontal ul.AspNet-Menu li.AspNet-Menu-Leaf a.AspNet-Menu span {max-width: 75px;}
HTH, Joe D.
Thanks Joe I will give it a try!