Title: First column responsive table
Last modified: August 30, 2016

---

# First column responsive table

 *  Resolved [Ruson](https://wordpress.org/support/users/ruson/)
 * (@ruson)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/first-column-responsive-table/)
 * Hello. I’ve just installed the plugin and noticed that first column is broken.
   Could you please take a look? [http://statandbet.info/team/arsenal](http://statandbet.info/team/arsenal)
 * How can I do the table only with horizontal lines, like this example
    [https://tablepress.org/extensions/responsive-tables/](https://tablepress.org/extensions/responsive-tables/)
 * Thank You!

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/first-column-responsive-table/#post-6295245)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * Something seems to wrong with the loading of CSS and JS files on your site. The
   site is not loading the stylesheets for some reason?!
 * Regards,
    Tobias
 *  Thread Starter [Ruson](https://wordpress.org/support/users/ruson/)
 * (@ruson)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/first-column-responsive-table/#post-6295262)
 * No, I did not have any problems with this, style sheets are loading normally.
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/first-column-responsive-table/#post-6295265)
 * Hi,
 * hm, weird, on a different computer, everything’s loading now. Good 🙂
 * To achieve this, please replace your current “Custom CSS” with this:
 *     ```
       .entry-content .tablepress td,
       .entry-content .tablepress th {
           border-top: 1px solid #cccccc !important;
           border-bottom: none;
           border-left: none;
           border-right: none;
       }
       ```
   
 * Regards,
    Tobias
 *  Thread Starter [Ruson](https://wordpress.org/support/users/ruson/)
 * (@ruson)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/first-column-responsive-table/#post-6295289)
 * This is because I added !important to the code , yesterday =)
 * Thank you! Your code works; however, I had to assign !important everywhere.
 *     ```
       .entry-content .tablepress td,
       .entry-content .tablepress th {
       	border-top: 1px solid #cccccc !important;
       	border-bottom: none !important;
       	border-left: none !important;
       	border-right: none !important;
       }
       ```
   
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/first-column-responsive-table/#post-6295297)
 * Hi,
 * nice! Good to hear that this works now!
 * Best wishes,
    Tobias

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

The topic ‘First column responsive table’ is closed to new replies.

 * ![](https://ps.w.org/tablepress/assets/icon.svg?rev=3192944)
 * [TablePress - Tables in WordPress made easy](https://wordpress.org/plugins/tablepress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tablepress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tablepress/)
 * [Active Topics](https://wordpress.org/support/plugin/tablepress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tablepress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tablepress/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/first-column-responsive-table/#post-6295297)
 * Status: resolved