How can I reposition the 'send' button under the contact form?

hi, i want the ‘send’ button in another position, i want it right under the contact form. it is kind of in a weird place right now. can someone help me?
winandgetrich.com
no code needed for website

@winandgetrich - you want like this?

Go to your Online store > Themes > Edit code > Assets > base.css

Add this code at the bottom of base.css file and Save

.contact__button { text-align: right; }

yes that looks very nice, is it also possible to put a bit more towards the form? so a bit up

@winandgetrich - add this css to the very end of your base.css file and check

.contact__button{text-align: center;    margin-top: 1rem !important;}
1 Like

Hi @winandgetrich

This is Victor from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file → Save

.contact__button {

text-align: center !important;

}

Hope that my solution works for you.

Best regards,

Victor | PageFly