• 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

    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 5 years, 7 months ago by RenaiSens.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Wow-Company

    (@wpcalc)

    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.