Shopify themes, liquid, logos, and UX
To continue receiving payouts, you need to secure your account by turning on two-step authentication. If two-step authentication is not turned on your payouts will be paused. Learn more
Hello everyone,
I was wondering if its possible to change the background color height of a section.
I would like the height to stop somewhere mid photo, and the lower part lowered so the button fits nicely into the colored background. Preferably with some pixel or something in that nature code, so I can get the perfect fit through testing various sizes.
Any help is greatly appreciated!
Thank you.
URL: https://glowee.nl/
Solved! Go to the solution
This is an accepted solution.
yes please try this code
add this code your css file bottom of the file
.multicolumn.background-none {
display: inline-block;
width: 100%;
padding-bottom: 50px;
}
This is an accepted solution.
do you need half background color?
This is an accepted solution.
can you try this code
#shopify-section-template--15290490290398__16372376068d4eb299 .multicolumn {
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,#fff3eb 100%);
}
This is an accepted solution.
yes please try this code
add this code your css file bottom of the file
.multicolumn.background-none {
display: inline-block;
width: 100%;
padding-bottom: 50px;
}
Thank you so much @KetanKumar
The bottom padding works perfectly. I tested various ratios but I think I can't get the look I was going for. Do you know how to lower the top padding drastically?
Example:
This is an accepted solution.
do you need half background color?
@KetanKumar Yes around half if possible. If I'm able to adjust the height by changing pixel numbers it would be perfect.
This is an accepted solution.
can you try this code
#shopify-section-template--15290490290398__16372376068d4eb299 .multicolumn {
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,#fff3eb 100%);
}
User | RANK |
---|---|
113 | |
88 | |
70 | |
68 | |
45 |
Learn these 5 things I had to learn the hard way with starting and running my own business
By Kitana Jan 27, 2023Would you love to unleash the unbridled power of the Google Shopping Channel into your sho...
By Gabe Jan 6, 2023How can you turn a hobby into a career? That’s what Emmanuel did while working as a wa...
By Skye Dec 30, 2022