how to do i change button location on mobile?

there is a clash with my photo text and my live now button

is there a way to move button down

url: currentstyl.com

@currentstyl ,

Step 1. Go to Admin → Online store → Theme > Edit code

Step 2. Find the file theme.liquid.

Step 3. Add this code above


Result

Hello @currentstyl

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

@media screen and (max-width: 767px) { .banner__box { top: 38%; } }

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

thank you, this helped!