Dear Shopify community, I hope everyone is doing well. I’m using the Shopify maxmin theme and there is a problem with the page width on the desktop site, it’s good on the mobile site but when I switch it to the desktop version there is a plain background on the sides you can see in the image. Thanks in advacne
- Store URL: https://technostor.com/
1 Like
Hi @Fahadhassan
Open Online store > Themes > Edit code > theme.liquid file, add this below code after element
Hi @Fahadhassan
This is Henry from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file vendor.css
Step 3: Paste the below code at bottom of the file → Save
[data-section-type=“categories-section”] .container {
padding: 0 !important;
max-width: 100%;
}
Hope that my solution works for you.
Best regards,
Henry | PageFly
Hey. Thank you for your response but it makes just one section full-width
I want a full page with 0 padding
1 Like
Hey, thank you for your response but sorry it didn’t work. Do you have any other solution?
You can try again with this code:
.container {
max-width: 100% !important;
padding: 0 !important;
}
Sorry, it didn’t even work on any container. Do you have any other solution?
Please try again with this code:
.container-md, .container-sm, .container {
max-width: 100% !important;
}
Thank you so much, it worked