Set max background width for header and multicolumn sections

Set max background width for header and multicolumn sections

DBWEBSITE
New Member
4 0 0

I have my max width set to 1100 px for my images to control sizing on fullscreen. For areas where I use schemes for background color, the color is infinite on both ends. Is there a way to make it end at the same with as my images? I am using theme Sense.

 

Screenshot 2024-07-03 at 7.00.15 PM.png

Replies 2 (2)

WizzCommerce_Co
Trailblazer
180 26 41

Hi @DBWEBSITE , thank you for posting here!

You can follow my instruction below:

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code below above the </head>

 

<style>
.container.container--lg {
    max-width: 1100px;
margin: 0 auto;
}
</style>

 

 

Or you can change the section width directly inside the theme Customize for each sections.

 

If my answer is working for your store, please let me know by accepting Solution and giving Like!!!

Skyrocket BFCM with Wizz's apps: BOGO+ Buy X Get Y Free Gift
| Wizz Flash Sale & Price Edit | Snap B2B Wholesale Pricing | Snap Product Page Coupon | Snap Presale & Backorder | SnapNoti FOMO Visitor Counter | SnapBundle Volume Discounts
Find more support, feel free to contact: support@wizzcommerce.io
If our suggestion is useful for your problem, please let us know by giving Like and Accept Solution !!!
DBWEBSITE
New Member
4 0 0

This unfortunately did not work for me. I was able to figure out how to control the background width for the multi column section. But my Header and Footer backgrounds are still infinite. Any idea on how to fix?

 

Screenshot 2024-07-04 at 2.09.18 PM.pngScreenshot 2024-07-04 at 2.09.13 PM.png