How can I move the button on the image banner to where I want?

Thanks.

@Vizono - custom css can be used

Hello @Vizono
Can you share store URL?

Vizono.co

Hello @Vizono

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

.content-box--absolute { position: absolute; top: 84% !important; left: 42% !important; }

Result

1 Like