latest stable versions: v150827 (changelog)

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

IE10 cutting off tails of text in form

Home Forums Community Forum IE10 cutting off tails of text in form

This topic contains 4 replies, has 2 voices. Last updated by  Chopper Ward 3 years, 3 months ago.

Topic Author Topic
Posted: Wednesday Sep 11th, 2013 at 11:51 am #59449
Chopper Ward
Username: chopper

Here is my address for this test site I have. http://www.oldgang.com/prices/

In Chrome it looks great, but in IE10 the letters of the text in the forms are being cut off.

I’m not to this and Word Press, this is my first site…how do I fix this?

PLEASE make it simple…cause I’m learning where EVERYTHING is. LOL

Could someone answer me soon?

Thanks in advance

ADDITION… This is also happening in Firefox as well.

  • This topic was modified 3 years, 3 months ago by  Chopper Ward.

List Of Topic Replies

Viewing 4 replies - 1 through 4 (of 4 total)
Author Replies
Author Replies
Posted: Wednesday Sep 11th, 2013 at 12:43 pm #59452
TJ
Username: wellwater

The height is messing you up:

input[type="text"], input[type="password"] {
    height: 19px;
}

Either remove the height declaration altogether, or change it to auto:

input[type="text"], input[type="password"] {
    height: auto;
}

If the above doesn’t work, you’ll need to add ‘!important’ to increase its overriding specificity:

input[type="text"], input[type="password"] {
    height: auto !important;
}
Posted: Wednesday Sep 11th, 2013 at 12:46 pm #59453
Chopper Ward
Username: chopper

Ok Where is that code located? I’m new to WordPress.

Posted: Wednesday Sep 11th, 2013 at 12:57 pm #59456
TJ
Username: wellwater

1) Log into WordPress as the admin
2) On the left sidebar menu, hover over “Appearance” then select “Editor”
3) Add the following to your style.css file:

input[type="text"], input[type="password"] {
    height: auto !important;
}

4) Click the “Update File” button.

Posted: Wednesday Sep 11th, 2013 at 2:56 pm #59458
Chopper Ward
Username: chopper

THANK YOU!!!!

Viewing 4 replies - 1 through 4 (of 4 total)

This topic is closed to new replies. Topics with no replies for 2 weeks are closed automatically.

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

Contacting s2Member: Please use our Support Center for bug reports, pre-sale questions & technical assistance.