Hi,
on my page below I use the contact form. I want to have the send button – only the button and not the field headlines – to align right.
I tried the options mentioned i this this entry
https://kriesi.at/support/topic/contact-form-submit-button/
With current CSS:
.main_color input[type=’submit’] {
left: 75%;
position: relative;
}
…it does not align properly at smaller screens & tablet, and with the CSS mentioned later there, everything moves right (an not only the button).
Do you have any idea? Thx a lot & best regards, Tilman
Hi Tilman,
Please try the following instead:
.main_color input[type='submit'] {
float: right !important;
}
Thanks,
Rikard
Hi Rikard,
thank you – this does not change the button position, it´s still left.
FYI please see the custom css below.
Thx again and best regards, Tilman
Hi,
Please send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
Rikard
Hi Rikard,
pls see login below.
Thx & best regards Tilman
Hi,
I think you copied the code from the email instead of from here so some characters got scrambled, I changed it and it’s working now.
Best regards,
Rikard
OK, thx a lot, Rikard!