Title: Column width doesn&#039;t work, Some design issue
Last modified: August 24, 2016

---

# Column width doesn't work, Some design issue

 *  Resolved [Dirk800](https://wordpress.org/support/users/dirk800/)
 * (@dirk800)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/column-width-doesnt-work-some-design-issue/)
 * Hi Tobias,
 * great plugin! But on [http://goo.gl/QMjQaX](http://goo.gl/QMjQaX) i have to problems:
   
   First you see in the first column (using datatables_fixedcolumns=”left”) the 
   scrollbar in the last picture. How i can fix that? Other thing is in the last
   column (Besonderheiten) i did edit the “Custom CSS” textarea in the “Plugin Options”
   with
 * .tablepress-id-11 .column-17 {
    width: 300px; }
 * But it doesn’t work also…
 * Thank you for your Help!!!
    Dirk
 * [https://wordpress.org/plugins/tablepress/](https://wordpress.org/plugins/tablepress/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/column-width-doesnt-work-some-design-issue/#post-6114215)
 * Hi Dirk,
 * thanks for your post, and sorry for the trouble.
 * That issue with the scroll bars looks really weird, but unfortunately, I don’t
   know where this is coming from, or how it can be fixed 🙁 As I’m not the developer
   of the actual FixedHeader JavaScript code (I only make it available as a TablePress
   Extension), I’m not that familiar with its internals. I can therefore only suggest
   that you ask the DataTables support team at [http://www.datatables.net/](http://www.datatables.net/)
   for help on this.
 * Regarding the width issue, you could try to add the `!important` keyword, i.e.
 *     ```
       .tablepress-id-11 .column-17 {
         width: 300px !important;
       }
       ```
   
 * Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘Column width doesn't work, Some design issue’ 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/)

 * 1 reply
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/column-width-doesnt-work-some-design-issue/#post-6114215)
 * Status: resolved