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 !?
Ty
Alex
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
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
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
tks..
problem solved.
Alex