Archived topic
Submit button code
1 reply · Started by manaadiar on February 9, 2020
Hi there, I am having an issue with the Submit button in my home page.. Screenshot 1 shows how it looks originally.. There is an optin form that comes up.. If the people click on the "No, thanks I know everything" link then the Submit button (Ok, Sign me Up) becomes like shown in Screenshot 2..
Not sure if there are any issues with the CSS.. Can you pls assist.. Thanks..
https://shippingandfreightresource.com/wp-content/uploads/2020/02/submit1.png
https://shippingandfreightresource.com/wp-content/uploads/2020/02/submit2.png
Hi there,
one of your pop ups is forcing submit inputs to be 100% wide. Try this CSS to stop that affecting the static form:
.homeform input[type=submit] {
width: unset !important;
}