Hi there Enfold team!
I noticed that the contact form “submit” button does not center on mobile.
The Label/Send Button alignment is currently set to “Default” and it is perfectly aligned to center on desktop view, but not on mobile. Curiously when I set it to center, it goes to the right side, both on desktop and mobile view.
Can you look into this please?
Thanks!
Hey hackoffseries,
Hello,
It seems the link you have provided is not working for me. Can you please check it again?
Best regards,
Jordan Shannon
Hey Jordan!
Thank you for your response! Sorry about that, here’s the working URL
Thanks!
Hi,
Apologies for the miscommunication, I meant the wp-admin link. It’s still not working for me.
Best regards,
Jordan Shannon
Hey Jordan sorry my bad here it is!
Hi hackoffseries,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 479px) {
.main_color input[type='submit'] {
left: 0%;
position: relative;
margin:0 auto;
display: block;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
I tried this code and it isn’t working for me. See URL below. Please advise. Thank you!
Hey rkb317,
Please add more context to your issue. Are you running into the same issue as the author of this topic?
Best regards,
Jordan Shannon
I am trying to center the contact form submit button, but it just shows up right justified.