Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #382083

    Hi

    I need to align the “send ” button (contact form ) to the right.

    2 – also … in homepage the contact button (middle of the page) on mouse over shrink !?

    http://www.plasticar.pt

    Ty
    Alex

    • This topic was modified 9 years, 10 months ago by ProAnts.
    #382628

    Hi ProAnts!

    1. Are you talking about the newsletter form in your footer?

    2. It’s not shrinking for me on hover so I’m not sure what your talking about here. Take a screenshot and highlight what is going on so we can get a better idea.

    Cheers!
    Elliott

    #382655

    Hi

    Easy

    Home page…middle of the page , the only grey color content area ( photo left side + contact form to the right)

    1 – I need to align the “send ” ( in Portuguese “Enviar ” ) contact form button to the right.

    2 – This Button when mouse over shrinks a little !…. ( we have another 4 contact form in the website, all “send” buttons are ok.)

    Ty
    Alex

    • This reply was modified 9 years, 10 months ago by ProAnts.
    #382944

    Hi!

    Use this on Quick CSS to align the submit button:

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

    The button doesn’t shrink when hovered. Can you please provide a screenshot?

    Best regards,
    Ismael

    #382963

    tks..

    problem solved.

    Alex

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Button contact form alignment to the right’ is closed to new replies.