Shopify themes, liquid, logos, and UX
Is there a way to shift this button up a bit to the open space? There is only a left center right option in theme. I want it closer to where the purple starts coming in. OCNJDrone.com
Solved! Go to the solution
This is an accepted solution.
Here's how to achieve that:
1. Navigate to Sales Channels → Online Store → Customize button → Theme settings (gear icon on the left sidebar) → Custom CSS
2. Add the following code:
@media screen and (max-width: 749px) {
main .banner__box.content-container {
margin-bottom: 160px !important;
}
}
3. Save (right top corner)
4. Hard refresh the storefront
If done correctly, the result should be like this:
Hey @bkerch55.
Can you please share the page URL? If it's password-protected, the password would be needed, too.
OCNJDrone.com
This is an accepted solution.
Here's how to achieve that:
1. Navigate to Sales Channels → Online Store → Customize button → Theme settings (gear icon on the left sidebar) → Custom CSS
2. Add the following code:
@media screen and (max-width: 749px) {
main .banner__box.content-container {
margin-bottom: 160px !important;
}
}
3. Save (right top corner)
4. Hard refresh the storefront
If done correctly, the result should be like this:
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025