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:
Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024In today’s interview, we sat down with @BSS-Commerce to discuss practical strategies f...
By JasonH Nov 13, 2024