Shopify themes, liquid, logos, and UX
Hello, I am trying to change the background color of my image text module on mobile. I can change the color however the margined spaces are still white. Can someone help? https://www.hfcousa.com
Solved! Go to the solution
This is an accepted solution.
Hi @geanyesboy
Your margin is in the wrong selector.
Check this one.
@media only screen and (max-width: 480px){
.caption--below-true .caption {
margin: 0px !important;
}
.position-left.caption.js-caption {
background: aqua;
}
.caption-content.align-left {
margin: 20px auto;
}
}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
This is an accepted solution.
Hi @geanyesboy
Your margin is in the wrong selector.
Check this one.
@media only screen and (max-width: 480px){
.caption--below-true .caption {
margin: 0px !important;
}
.position-left.caption.js-caption {
background: aqua;
}
.caption-content.align-left {
margin: 20px auto;
}
}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Thanks that helped 🙂
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025