Support Forum

Text fields are cutting off the top and bottom of text when entered

7 Answers

New Answer

DJ David Johnson
David Johnson
Member

Same thing is happening with the share button, it’s being cut off. Capture2.PNG

IK Ike
Ike
Member

Hey David,

Would probably need to take a look at the forum, can you post a link?

DJ David Johnson
David Johnson
Member

It’s under construction, but I just turned that off so you can see it:

 

http://recruitmenthq.com/forum/

DJ David Johnson
David Johnson
Member

I didn’t think to look in another browser, it’s only happening in FF for me. For the text fields at least, the share button is still being cut off.

IK Ike
Ike
Member

Thanks.

Using the browsing inspector, I can see for a start that your WP theme is imposing some rules pretty indefinitely.

For example:

input[type=”text”], textarea, input[type=”email”], input[type=”password”], input[type=”tel”], input[type=”url”], input[type=”search”], input[type=”date”] {
    padding: 10px !important;

10px padding is pretty extreme for a text input box, and the !important is bad practice – means it will override everything else no matter what essentially.

As for the sharethis button, you have a couple of funny styles coming into play there too.

Although it appears to be coming from the theme it’s hard to tell. Try switching to one of the default WP themes (like 2014) just to see if it resolves the issues..

DJ David Johnson
David Johnson
Member

I overlooked that and fixed it. Thanks for the assist. I will dig deeper on the sharethis button.

MP Mr Papa
Mr Papa
Member

you are welcome… come on back if you need more help…