Hi,
I just installed DW simplex and found a little glitch in the contact form design:
How do I fix this?
Thanks,
K
1 Answers
to resolve this issue, you can log in to Dashboard > Appearance > Editor > open the style.css file then add the following code:
.contact input[type="email"] {
padding: 0 27px;
}
fixed it 🙂 thanks
Please login or Register to submit your answer