how to set name width in menu bar

Re: how to set name width in menu bar

by Dave Balch -
Number of replies: 0

Hi,

You'll need to know/learn some CSS and HTML to do this.

Use your browser's DOM inspector to identify where the width is set, and then add custom CSS to override it with a larger value.

HTH,

Dave.