Title: Editing menu?
Last modified: August 22, 2016

---

# Editing menu?

 *  [Jordan](https://wordpress.org/support/users/jordanreal/)
 * (@jordanreal)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/editing-menu-4/)
 * Hey there, I am looking into a way to change how the menu on my site works. Due
   to the length of some of the menus, tablet users don’t have access to pages at
   the bottom of the lists.
    But should they be on a smaller device, the menu changes
   to the mobile version.
 * So I was wondering if it would be possible to do a “simple” statement like
 *     ```
       <script>
       if (ScreenResolution < 1080x1920){
       return menuComputer
       }
       else {
       return menuMobile
       }
       </script>
       ```
   
 * And if this is possible, where would I put it?
 * The screen res, and size would be sorted out properly, once the “perfect” resolution
   is found (i.e. the resolution that the menu trails off the screen)

Viewing 1 replies (of 1 total)

 *  [Matt Knowles](https://wordpress.org/support/users/aestheticdesign/)
 * (@aestheticdesign)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/editing-menu-4/#post-5823041)
 * It would be better to do it using media queries in your CSS file. It’s quite 
   possible that’s what your theme is already doing.
 * If you provide the URL to your site and what theme you’re using we can provide
   a better answer.

Viewing 1 replies (of 1 total)

The topic ‘Editing menu?’ is closed to new replies.

## Tags

 * [javascript](https://wordpress.org/support/topic-tag/javascript/)
 * [menu](https://wordpress.org/support/topic-tag/menu/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [Matt Knowles](https://wordpress.org/support/users/aestheticdesign/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/editing-menu-4/#post-5823041)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
