How do I adjust the left/right white space width on the website (OOTSB Turbo)

Solved

How do I adjust the left/right white space width on the website (OOTSB Turbo)

Storeowner4
Tourist
10 1 3

Hello,

I am trying to make the entire website full-width or reduce the white left/right padding (I need to test both options to see which one looks best). I would really appreciate it if anyone could provide a solution.

Thanks in advance. 

Storeowner4_0-1725365234942.png

 

Accepted Solutions (3)

Rahul_dhiman
Shopify Partner
464 94 97

This is an accepted solution.

Hello @Storeowner4 
Go to online store ----> themes ----> actions ----> edit code ---->assets ---->styles.css
add this code at the end of the file.

section.section {
max-width: 95%;
}

result
5.png

If this was helpful, hit the like button and accept the solution.
Thanks

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 -rahul@prowebcoder.com - Skype: live:dhiman.639
Checkout Some Free Sections Here
Mobile:- +91 62390-46167

View solution in original post

Storeowner4
Tourist
10 1 3

This is an accepted solution.

Thank you, Rahul, it worked.

View solution in original post

namphan
Shopify Partner
1118 139 171

This is an accepted solution.

Hi @Storeowner4,

Please go to styles.css.liquid file and add code:

.section-wrapper--product {
  max-width: 100%;
  width: 100%;
}
.section-wrapper--product .section {
  max-width: 90%;
}
Coffee tips fuels my dedication.
Shopify Development Service
Need help with your store? namphan992@gmail.com

View solution in original post

Replies 10 (10)

topnewyork
Globetrotter
633 113 134

Hi @Storeowner4 , kindly share your store URL please. 

Thanks!

Need a Shopify developer?
Hire us at Top New York Web Design
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Subscribe to our youtube channel

Rahul_dhiman
Shopify Partner
464 94 97

This is an accepted solution.

Hello @Storeowner4 
Go to online store ----> themes ----> actions ----> edit code ---->assets ---->styles.css
add this code at the end of the file.

section.section {
max-width: 95%;
}

result
5.png

If this was helpful, hit the like button and accept the solution.
Thanks

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 -rahul@prowebcoder.com - Skype: live:dhiman.639
Checkout Some Free Sections Here
Mobile:- +91 62390-46167
Storeowner4
Tourist
10 1 3

This is an accepted solution.

Thank you, Rahul, it worked.

Storeowner4
Tourist
10 1 3

Hi Rahul,

After checking the home page, I marked this as an accepted solution. Unfortunately, the code did not change the white space on the product pages. Do I need to paste the code into another file?

Thanks in advance. 

Made4uo-Ribe
Shopify Partner
7762 1878 2298

Hi @Storeowner4 

Would you mind sharing your store URL? Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.

namphan
Shopify Partner
1118 139 171

This is an accepted solution.

Hi @Storeowner4,

Please go to styles.css.liquid file and add code:

.section-wrapper--product {
  max-width: 100%;
  width: 100%;
}
.section-wrapper--product .section {
  max-width: 90%;
}
Coffee tips fuels my dedication.
Shopify Development Service
Need help with your store? namphan992@gmail.com
Storeowner4
Tourist
10 1 3
Hi Namphan,
I have another Turbo website, and the code that worked for the first one only partially worked for the second website.
On the product page, it did change the width of the white space, for the section below the product description. But the top part of the page remained unchanged. very interesting. 
Storeowner4_0-1726141934507.png

 

Any idea why would that be and how to fix it?

Thanks in advance for your assistance. 

 
 
namphan
Shopify Partner
1118 139 171

Hi @Storeowner4,

Please send me the store link, I will check it again

Coffee tips fuels my dedication.
Shopify Development Service
Need help with your store? namphan992@gmail.com
Storeowner4
Tourist
10 1 3
namphan
Shopify Partner
1118 139 171

Hi @Storeowner4,

Please add code:

.shopify-section--product-template .section {
max-width: 100%;
}
Coffee tips fuels my dedication.
Shopify Development Service
Need help with your store? namphan992@gmail.com