Remember me

Move the send button

7 years 5 months ago #1

  • sylvain's Avatar
  • sylvain
  • Posts: 56
Hello, I would like to send my button next to a mail field.
As on your website

you can see on my website down
site-en-construction.fr/pelletier/index.php

thank you in advance
Attachments:

7 years 5 months ago #2

  • Artem's Avatar
  • Artem
  • Posts: 11342
Hello,

1. Make 2 column layout and align button to the Right, like on my screen



2. To your template custom.css file add next code
input.ba-btn-submit {
    position: absolute;
    top: 25px;
    right: 15px;
}

.com-baforms .ba-form {
    height: 150px;
}

Regards,

7 years 5 months ago #3

  • sylvain's Avatar
  • sylvain
  • Posts: 56
Thank you very much !
Powered by Kunena Forum