How do I move this button up a bit on mobile only?

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:

  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;
	}
}
  1. Save (right top corner)

  2. Hard refresh the storefront

If done correctly, the result should be like this: