Jump to content

Fixed top menu - how to disable on mobile devices


zabamich

Recommended Posts

I have made Fixed top menu for my store, all is great except mobile devices. how to keep fixed top menu for pc browser and switch off on mobile devices??
any idea

 

I used in global.css

 

 

header {
  z-index: 1;
  position: fixed;
  background: white;
  padding-bottom: 15px;
  width: 100%; }
 
to create fixed top menu

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...