Title: problem on mobile
Last modified: July 27, 2019

---

# problem on mobile

 *  [RenaiSens](https://wordpress.org/support/users/renaisens/)
 * (@renaisens)
 * [7 years ago](https://wordpress.org/support/topic/problem-on-mobile-3/)
 * Hi,
 * The vertical icon menu is on the content of the page into the mobile version 
   of the page.
    See : [https://www.screencast.com/t/kYvwNwcBhk99](https://www.screencast.com/t/kYvwNwcBhk99)
 * You can see the same problem into your demo video at the end on desktop when 
   you inscrease the size of the menu and icons.
 * How can I fix that ?
    Regards Ludovic
    -  This topic was modified 7 years ago by [RenaiSens](https://wordpress.org/support/users/renaisens/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fproblem-on-mobile-3%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Author [Wow-Company](https://wordpress.org/support/users/wpcalc/)
 * (@wpcalc)
 * [7 years ago](https://wordpress.org/support/topic/problem-on-mobile-3/#post-11776584)
 * Hello.
 * You can hide the menu on mobile devices. Use the next code in CSS file
 *     ```
       @media only screen and (max-width:480px) {
       	.vimp-menu {
       		display: none;
       	}
       } 
       ```
   
 * We will try to fix it in the next version

Viewing 1 replies (of 1 total)

The topic ‘problem on mobile’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/vertical-icon-menu_b1b1ac.svg)
 * [Vertical Icon Menu](https://wordpress.org/plugins/vertical-icon-menu/)
 * [Support Threads](https://wordpress.org/support/plugin/vertical-icon-menu/)
 * [Active Topics](https://wordpress.org/support/plugin/vertical-icon-menu/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/vertical-icon-menu/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/vertical-icon-menu/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Wow-Company](https://wordpress.org/support/users/wpcalc/)
 * Last activity: [7 years ago](https://wordpress.org/support/topic/problem-on-mobile-3/#post-11776584)
 * Status: not resolved