Re: mobile padding

Re: mobile padding

mOONbOOTS
Explorer
79 6 14

Hello,

 

I have been going at this for hours and can't seem to figure it out. I have this custom CSS for the media gallery to be full width, etc., etc., but on mobile, the padding is, like, 0rem, edge-to-edge, which I don't like, but I DO like, that the media gallery is edge-to-edge. How can I get the page, just for mobile, to not be 0 padding? It's touching the edge of the screen too much.

 

My code:

.product__media-list.grid {
  row-gap: 0;
  column-gap: 0;
}
.product--stacked .product__media-item {
  max-width: 100% !important;
  width: 100%;
  margin: 0 auto; /* Center images */
}
.product-media-container.media-fit-cover {
  border: 0 !important;
}
.page-width:has(.product) {
  max-width: 100%;
  padding: 0 !important;
} /* Mobile-specific adjustments */
@media (max-width: 767px) {
  .product__media-item {
    width: 100vw !important; /* Full viewport width for mobile */
    max-width: 100vw !important;
  } /* Prevent any horizontal scrolling */
  body,
  html {
    overflow-x: hidden; /* Disable horizontal scroll */
    width: 100%; /* Ensure body and HTML don't exceed viewport */
    margin: 0;
    padding: 0;
  } /* Ensure the page content doesn't overflow */
  .page-width {
    max-width: 100vw !important;
    overflow-x: hidden;
  }
}

Example of what it looks like:

Screenshot_17-9-2024_135410_admin.shopify.com.jpeg

 

Additional information: I am using the Dawn theme, if that helps at all.


Thank you!

Replies 2 (2)

Moeed
Shopify Partner
7354 1993 2432

Hey @mOONbOOTS 

 

Share your Store URL and Password if enabled.

 

Best Regards,

Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


Made4uo-Ribe
Shopify Partner
10102 2399 3033

Hi @mOONbOOTS 

Would you mind sharing your store URL? Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.