I went to increase the font size of menu items and noticed that my member menu bar was twice as high; The reason is an inline style that sets the width of the left section of the bar; since it was fixed to a width; the items had to wrap to a new line. This is really a bug since the width should expand with increases in font size but I am not going to even attempt to get a ticket on this.
<td valign="top" style="width: 176px;">
The code in the template is:
<td valign="top">
I thought maybe the style was added using a key but that is not the case; it is added by the script in another manner. If one adds items to the member menu, it has to increase the width or it will do the wrap thing; also it has to accommodate different lengths of members' user names. The question is where is this done? I have been unable to find this. This is just one more thing about Dolphin that causes so much irritation.