Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
I have a background gradient applied to my Multi-column section but it wont go 100% width oddly. every other section that has same background gradient works fine except this one section. see image below. How can this be fixed?
Solved! Go to the solution
This is an accepted solution.
Hi @xnyjyh
You can follow the steps here:
Step 1: Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
Step 2: From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/ypQ7nly2wv27
Step 3: Copy the code below and paste it there
Here is the code for step 3:
.show-all-devices.multicolumn:has(.page-width.section-template--23823783657747__multicolumn_HBWhUL-padding.isolate.scroll-trigger.animate--slide-in) {
background: linear-gradient(to right, #5BC0DE, #5BAEDE) !important;
}
Here is the result:
I hope this can help!
Best,
Daisy
Hi @xnyjyh
Could you share the link contains that section so I can check?
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
This code that you added somewhere caused this issue
#shopify-section-template--23823783657747__multicolumn_HBWhUL, .section-template--23823783657747__multicolumn_HBWhUL-padding {
background: linear-gradient(to right, #5bc0de, #5baede);
}
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
Hmm weird, but thats my background gradient to get the gradient. What can I do to fully cover the container?
This is an accepted solution.
Hi @xnyjyh
You can follow the steps here:
Step 1: Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
Step 2: From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/ypQ7nly2wv27
Step 3: Copy the code below and paste it there
Here is the code for step 3:
.show-all-devices.multicolumn:has(.page-width.section-template--23823783657747__multicolumn_HBWhUL-padding.isolate.scroll-trigger.animate--slide-in) {
background: linear-gradient(to right, #5BC0DE, #5BAEDE) !important;
}
Here is the result:
I hope this can help!
Best,
Daisy
Thank you, didnt see this, but it worked.