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
1 Like
Hey @bkerch55 .
Can you please share the page URL? If it’s password-protected, the password would be needed, too.
Here’s how to achieve that:
-
Navigate to Sales Channels → Online Store → Customize button → Theme settings (gear icon on the left sidebar) → Custom CSS
-
Add the following code:
@media screen and (max-width: 749px) {
main .banner__box.content-container {
margin-bottom: 160px !important;
}
}
-
Save (right top corner)
-
Hard refresh the storefront
If done correctly, the result should be like this:

