Title: table input padding issues
Last modified: August 21, 2016

---

# table input padding issues

 *  Resolved [coa24](https://wordpress.org/support/users/coa24/)
 * (@coa24)
 * [13 years ago](https://wordpress.org/support/topic/table-input-padding-issues/)
 * I know it is a theme issue because I was able to remove a highlighted box that
   was around the field text, but another problem is that the padding is overlapping
   into the input field making the text inside the input somewhat unreadable. It
   is find in Chrome, but Firefox and IE padding issues abound. I really do not 
   know what css code will fix this. Feel like I tried everything .td .input .tbody
   padding: 0 vertical align and so on. I am a novice, but am learning.
 * [http://wordpress.org/extend/plugins/praybox/](http://wordpress.org/extend/plugins/praybox/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [coa24](https://wordpress.org/support/users/coa24/)
 * (@coa24)
 * [13 years ago](https://wordpress.org/support/topic/table-input-padding-issues/#post-3735043)
 * Thanks the to support team at blazing torch, I was given this CSS code and it
   worked. You can adjust the pixel as needed. You may or may not have to put the!
   important after px or auto.
 * #praybox table.subform td.input input {
    height: 30px; }
 * #praybox table.subform td.input textarea {
    height: auto; }
 * Also I had an issue with the name fields being highlighted and the text white.
   So I placed this at the end to tweak the font size, font alignment and to get
   rid of the blue background around the text. But for chrome I had to put this 
   at the end (after I did the above css to get rid of the padding issue in Firefox
   and IE.
 * #praybox .label {
    color: black!important; }
 * #praybox .label {
    background: none!important; }
 * #praybox .label {
    font-size: 15px!important; }
 * #praybox .label {
    vertical-align: bottom!important; }

Viewing 1 replies (of 1 total)

The topic ‘table input padding issues’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/praybox_b6649e.svg)
 * [PrayBox](https://wordpress.org/plugins/praybox/)
 * [Support Threads](https://wordpress.org/support/plugin/praybox/)
 * [Active Topics](https://wordpress.org/support/plugin/praybox/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/praybox/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/praybox/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [coa24](https://wordpress.org/support/users/coa24/)
 * Last activity: [13 years ago](https://wordpress.org/support/topic/table-input-padding-issues/#post-3735043)
 * Status: resolved