Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #566837

    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

    #566948

    Hi Tilman,

    Please try the following instead:

    .main_color input[type='submit'] {
        float: right !important;
    }

    Thanks,
    Rikard

    #566993

    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

    #567594

    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

    #567688

    Hi Rikard,
    pls see login below.

    Thx & best regards Tilman

    #568363

    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

    #568448

    OK, thx a lot, Rikard!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Align Contact Form send button’ is closed to new replies.