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 🙂
Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify 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, 2025