how to set name width in menu bar

how to set name width in menu bar

by Abu Ali -
Number of replies: 1

hi dear friends !

i am using moodle 3.0 and theme is essential but i am facing one problem in the  menu bar. it use to expand the menu bar width according to width of username. see in the below picture. plz indicate me how to tackle this problem rather than expand the menu bar it goes to in one line.


Attachment Capture.PNG
Average of ratings: -
In reply to Abu Ali

Re: how to set name width in menu bar

by Dave Balch -

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.