Fill screen width
-
How can I get the menu to fill the width of the browser window? Right now, it is only filling the length of the longest word in the menu. I would like it to go entire length of the screen as shown in the screenshots.
Since my site is local, and I can’t add a screenshot, hopefully this helps to illustrate what I mean…
It looks like this right now:
____________
| ? Menu |▼|
____________I am trying to get it to look like this, filling the width of the screen (640px & lower):
_______________________________________________________
| ? Menu |▼|
_______________________________________________________I’ve tried adding the following to my CSS without any results.
.jrsm-label { width: 100%; }
and
.jquery-responsive-select-menu { width: 100%; }
https://www.ads-software.com/plugins/jquery-responsive-select-menu/
- The topic ‘Fill screen width’ is closed to new replies.