Shopify themes, liquid, logos, and UX
I am looking to remove top padding from these two sections only on mobile.
I don't want it to effect any other image with text elements across the website.
https://obadiahcoffee.com/pages/seasonal-subscription
Solved! Go to the solution
This is an accepted solution.
In section settings find "Custom CSS" and paste code like this:
@media screen and (max-width: 749px) {
.image-with-text__content {
padding-top: 2rem;
padding-bottom: 0;
}
}
Will apply only to this section and would look like:
This is an accepted solution.
In section settings find "Custom CSS" and paste code like this:
@media screen and (max-width: 749px) {
.image-with-text__content {
padding-top: 2rem;
padding-bottom: 0;
}
}
Will apply only to this section and would look like:
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025