Title: Fill screen width
Last modified: August 22, 2016

---

# Fill screen width

 *  Resolved [1timothy412](https://wordpress.org/support/users/1timothy412/)
 * (@1timothy412)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/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://wordpress.org/plugins/jquery-responsive-select-menu/](https://wordpress.org/plugins/jquery-responsive-select-menu/)

Viewing 6 replies - 1 through 6 (of 6 total)

 *  Thread Starter [1timothy412](https://wordpress.org/support/users/1timothy412/)
 * (@1timothy412)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/fill-screen-width/#post-5581035)
 * I see that my spacing was modified… for the second menu illustration, the drop
   down arrow should be at the end of the lines representing the top and bottom 
   of the drop down.
 *  Plugin Author [Mickey Kay](https://wordpress.org/support/users/mcguive7/)
 * (@mcguive7)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/fill-screen-width/#post-5581046)
 * Happy to help – any chance you can send me a link to your site so I can see specifically
   what’s being output? Thanks!
 *  Thread Starter [1timothy412](https://wordpress.org/support/users/1timothy412/)
 * (@1timothy412)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/fill-screen-width/#post-5581051)
 * Its a local WP install, so I am unable to send the link. I am using the theme
   BlankSlate. Any ideas of what I could try? I know CSS and HTML very well and 
   understand an itty bit of PHP.
 *  Thread Starter [1timothy412](https://wordpress.org/support/users/1timothy412/)
 * (@1timothy412)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/fill-screen-width/#post-5581196)
 * I finally figured it out with Firebug. For anyone else looking for the solution,
   you need this CSS:
 *     ```
       .jquery-responsive-select-menu {
           	width: 100%;
       }
       ```
   
 *  Plugin Author [Mickey Kay](https://wordpress.org/support/users/mcguive7/)
 * (@mcguive7)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/fill-screen-width/#post-5581370)
 * Sounds like you’re all set!
 *  Plugin Author [Mickey Kay](https://wordpress.org/support/users/mcguive7/)
 * (@mcguive7)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/fill-screen-width/#post-5581373)
 * Marking this as resolved.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Fill screen width’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/jquery-responsive-select-menu_656565.
   svg)
 * [jQuery Responsive Select Menu](https://wordpress.org/plugins/jquery-responsive-select-menu/)
 * [Support Threads](https://wordpress.org/support/plugin/jquery-responsive-select-menu/)
 * [Active Topics](https://wordpress.org/support/plugin/jquery-responsive-select-menu/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/jquery-responsive-select-menu/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/jquery-responsive-select-menu/reviews/)

## Tags

 * [screen](https://wordpress.org/support/topic-tag/screen/)
 * [width](https://wordpress.org/support/topic-tag/width/)

 * 6 replies
 * 2 participants
 * Last reply from: [Mickey Kay](https://wordpress.org/support/users/mcguive7/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/fill-screen-width/#post-5581373)
 * Status: resolved