This topic has 2 replies, 2 voices, and was last updated 9 years, 1 months ago ago by Robert Hall
All the words in inputs are cut off so you can only see the top half of the letters or dots. This happens on my sign up page and on my checkout. How can I fix this?
Hello,
Please try to add this code in Global Custom CSS.
.woocommerce input[type="text"]{
height: inherit;
}
Regards,
Robert Hall.
You must be logged in to reply to this topic.Log in/Sign up