Title: Table CSS
Last modified: August 21, 2016

---

# Table CSS

 *  Resolved [dharmapoudel](https://wordpress.org/support/users/dharmapoudel/)
 * (@dharmapoudel)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/table-css/)
 * I’m trying to use a form inside the table. But I got extra padding. I could not
   figure out where to change the CSS. Also I don’t want the border.

Viewing 1 replies (of 1 total)

 *  Thread Starter [dharmapoudel](https://wordpress.org/support/users/dharmapoudel/)
 * (@dharmapoudel)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/table-css/#post-3706093)
 * It didn’t take so long to figure it out. So here’s the solution:
 *     ```
       table td, table th {
           border: medium none;
           padding: 0;
           text-align: left !important;
           vertical-align: top;
       }
       ```
   
 * Place this at the end of style.css file on your theme directory and that should
   work.

Viewing 1 replies (of 1 total)

The topic ‘Table CSS’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/sampression-lite/2.3/screenshot.
   png)
 * Sampression Lite
 * [Support Threads](https://wordpress.org/support/theme/sampression-lite/)
 * [Active Topics](https://wordpress.org/support/theme/sampression-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/sampression-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/sampression-lite/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [dharmapoudel](https://wordpress.org/support/users/dharmapoudel/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/table-css/#post-3706093)
 * Status: resolved