Page 1 of 1

Is there a way to adjust menu width?

PostPosted: Tue Mar 25, 2008 4:41 pm
by kballar3
Is there a way to adjust menu width? I added spaces at the end of the description but when I published my site the menu is only as big as the text. Have I missed a setting?

Found Out How

PostPosted: Thu Mar 27, 2008 3:41 am
by kballar3
OK, found out how to do this. Just place &nbsp after your text for the number of spaces you need to make the menu the right width. Example menu text would be:

Code: Select all
Basketball&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp

PostPosted: Fri Mar 28, 2008 11:15 am
by MikeyB
Hi Chris,

That should be   for each one, what you have is invalid code.

Code: Select all
Basketball             


Cheers,
Mike

Thanks

PostPosted: Fri Mar 28, 2008 3:40 pm
by kballar3
OK, thanks.

What I have works, but I'm sure it's a case of the browsers handling sloppy HTML. I don't really work with HTML directly that much so I appreciate your help.

Button width

PostPosted: Tue Apr 01, 2008 11:55 pm
by paul.mac
Why doen't you use the button size feature in the button style tab?

Regards

Paul

Menu Width

PostPosted: Wed Apr 02, 2008 12:21 am
by kballar3
Button Size has no affect on the width of the drop down menu; It only affects buttons.

The menu is based on the longest text you have for a description. At first I just added spaces at the end of my menu description. But HTML will automatically truncate those spaces. Instead you have to use a non-breaking space which is  

I didn't realize this at first.