Error Issues on responsive (message and submit button)
-
Hello community,
I have a issue with ma wpfc7 form. On desktop and tablet everything works great. But on a responsive screen, I have the issue, that two things didn′t work well:
- I customnized my submit button as following. But on responsive the button is complete white instead of the displaied background color:
.wpcf7-form input[type=”submit”] {
border-radius:35px;
border-color: #0077ef;
color:#FFFFFF;
background-color:#0077ef;
text-align:center;
width: auto;
}2. On a responsive screen I didn′t get any success message that the form was sent. On desktop everything works.
What can I do with both issues? Thanks for help!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Error Issues on responsive (message and submit button)’ is closed to new replies.