Blank space on the right and left, desktop version

Blank space on the right and left, desktop version

macoburn
Visitor
2 0 2

Hi there, I am using the Refresh theme and I have blank space on the right and left on all pages. This occurs on my homepage, product pages, contact pages, etc. I have tried many solutions offered on discussion threads with no luck.  Any help please! See pictures for reference. 

Screenshot 2025-03-07 at 8.04.26 PM.png

Screenshot 2025-03-07 at 8.04.17 PM.png

Replies 5 (5)

Preccy
Tourist
5 0 0

Hi Macoburn
Have you tried checking how it looks on mobile? Probably it's not responsive on desktop but responsive on mobile.

Either ways, it's a responsiveness issue.

Preccy

TheUntechnickle
Shopify Partner
362 34 93

Hey @macoburn,

Hope you're doing well! In order to remove the blank spaces, or increase the page width across your store - Go to Online Store --> Themes --> Customize --> Theme Settings --> Layout, and set the page width to 1600px.

TheUntechnickle_0-1741402887816.png

 

This should work 🙂

Cheers!
Shubham | Untechnickle

Helping for free: hello@untechnickle.com


Don't forget to say thanks, it'll make my day - just send me an email! 


Get Revize for Free | Let your shoppers edit orders post-purchase | Get Zero Support Tickets | #1 Order Editing + Upsell App

goldi07
Trailblazer
147 10 16

Hello @macoburn 

How to Fix This:

1. Adjust Max Width of the Container
Try increasing the max width for your main container by adding this CSS at the bottom of base.css or theme.css:

@media screen and (min-width: 1024px) {
  .page-width {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

If your theme uses a different container class, replace .page-width with the correct class (check in Shopify's theme code or inspect it in the browser).

 

2. Make the Sections Full Width
If a specific section (like a banner or collection) is not taking full width, force it:

@media screen and (min-width: 1024px) {
  .shopify-section {
    width: 100vw !important;
    max-width: 100% !important;
  }
}

 

3. Check Theme Settings
. Go to Online Store > Themes > Customize
. Check if there's a Container Width or Layout Width setting.
. Increase it to Full Width if available.

Thank you 😊

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me -Goldi184507@gmail.com - Skype: live:.cid.819bad8ddb52736c -Whatsapp: +919317950519
Checkout Some Free Sections Here

DaisyVo
Shopify Partner
4322 476 562

Hi @macoburn  Can you share store url? 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
DaisyVo
Shopify Partner
4322 476 562

Hi,  Can you share store url? 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution