We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

How to hide noticeable padding on mobile device?

Solved

How to hide noticeable padding on mobile device?

AlexYZ
Shopify Partner
136 1 38
Accepted Solution (1)

PageFly-Victor
Shopify Partner
7865 1786 3135

This is an accepted solution.

Hi @AlexYZ,

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme,css

Step 3: Paste the below code at bottom of the file -> Save

@media(max-width:767px){
/* Hide scrollbar for Chrome, Safari and Opera */
.new-grid.product-grid::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
    .new-grid.product-grid {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
}



Hope my solution works perfectly for you!

Best regards,

Victor | PageFly

View solution in original post

Replies 6 (6)

AlexYZ
Shopify Partner
136 1 38

website>kawaiibonjour.com

PageFly-Victor
Shopify Partner
7865 1786 3135

This is an accepted solution.

Hi @AlexYZ,

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme,css

Step 3: Paste the below code at bottom of the file -> Save

@media(max-width:767px){
/* Hide scrollbar for Chrome, Safari and Opera */
.new-grid.product-grid::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
    .new-grid.product-grid {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
}



Hope my solution works perfectly for you!

Best regards,

Victor | PageFly

AlexYZ
Shopify Partner
136 1 38

Thanks it works

PageFly-Victor
Shopify Partner
7865 1786 3135

You are welcome. I'm glad when I can help you 😍

AlexYZ
Shopify Partner
136 1 38

I have tagged you in another post for the sale tag problem if you can help, thanks very much

PageFly-Victor
Shopify Partner
7865 1786 3135

yes, let me check