Title: CSS problem
Last modified: January 12, 2020

---

# CSS problem

 *  Resolved [bazilio07](https://wordpress.org/support/users/bazilio07/)
 * (@bazilio07)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/css-problem-87/)
 * Hi.
    I hope for your help. Tablepress is installed on two similar sites. This
   code works on one site, but not on another. I can’t understand what’s the matter.
 * .dataTables_wrapper .tablepress {border-spacing: 0 200px;border-collapse: inherit!
   important;border: none;}

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/css-problem-87/#post-12316526)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * Can you please post a link to the page with the table where this problem happens,
   so that I can take a direct look? Thanks!
 * Regards,
    Tobias
 *  Thread Starter [bazilio07](https://wordpress.org/support/users/bazilio07/)
 * (@bazilio07)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/css-problem-87/#post-12316914)
 * for example infofin.kz/shinhan/
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/css-problem-87/#post-12317258)
 * Hi,
 * thanks for the link! This table doesn’t use the DataTables JS library, so that
   the CSS selector is wrong. Please try again with
 *     ```
       .tablepress {
         border-spacing: 0 200px;
         border-collapse: inherit !important;
         border: none;
       }
       ```
   
 * Regards,
    Tobias

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

The topic ‘CSS problem’ 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/)

 * 3 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [6 years, 5 months ago](https://wordpress.org/support/topic/css-problem-87/#post-12317258)
 * Status: resolved