Title: width column issue
Last modified: April 15, 2021

---

# width column issue

 *  Resolved [nolda](https://wordpress.org/support/users/nolda/)
 * (@nolda)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/width-column-issue/)
 * Hi sir,
 * your plugin is great but I have some issues with columns width as you can see
   [https://www.sub.famax.hr/product/nano-x/](https://www.sub.famax.hr/product/nano-x/)?
 * Text isnt spreading through the whole table. I tried to put some css from your
   support page but no luck?
 * Can you please help?
 * Thank you sir.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fwidth-column-issue%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 15 replies - 1 through 15 (of 23 total)

1 [2](https://wordpress.org/support/topic/width-column-issue/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/width-column-issue/page/2/?output_format=md)

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/width-column-issue/#post-14326144)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * What exactly are you trying to achieve? Do you want the table to be more narrow?
   Then, you could add this to the “Custom CSS” textarea on the “Plugin Options”
   screen of TablePress:
 *     ```
       .tablepress-id-NanoX {
           width: 400px;
       }
       ```
   
 * Regards,
    Tobias
 *  Thread Starter [nolda](https://wordpress.org/support/users/nolda/)
 * (@nolda)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/width-column-issue/#post-14326271)
 * Hi Tobias, thnx for quicke response.
 * I am using this code so I can have columns spread through the whole table. But
   still, columns are not visible and the text is pressed on the right side?
 * .tablepress-id-Taxiboat .column-1 {
    width: 250px; }
 * .tablepress-id-NanoX .column-2 {
    width: 250px; }
 * .tablepress-id-NanoX .column-3 {
    width: 250px; }
 * .tablepress-id-NanoX .column-4 {
    width: 250px; }
 * .tablepress-id-NanoX .column-5 {
    width: 250px; }
 * .tablepress-id-NanoX .column-6 {
    width: 250px; }
 * If I am not clear can you send me your email so I can send you a screenshot of
   the problem?
 * Thnx
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/width-column-issue/#post-14326521)
 * Hi,
 * ah, now I see what you mean. I had not realized that these are multiple columns.
   This problem is caused by your theme’s Woocommerce integration, which adds CSS
   code that interferes here. To fix that, please add this to the “Custom CSS” textarea
   on the “Plugin Options” screen of TablePress:
 *     ```
       .eltd-woo-single-page .woocommerce-tabs .tablepress td {
           width: auto;
           padding: 8px;
       }
       ```
   
 * You should not need the CSS code that you have been using so far (for the individual
   column widths) then.
 * Regards,
    Tobias
 *  Thread Starter [nolda](https://wordpress.org/support/users/nolda/)
 * (@nolda)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/width-column-issue/#post-14326576)
 * Great, thnx a lot T.
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/width-column-issue/#post-14326599)
 * Hi,
 * no problem, you are very welcome! 🙂 Good to hear that this helped!
 * Best wishes,
    Tobias
 * P.S.: In case you haven’t, please rate TablePress here in the plugin directory.
   Thanks!
 *  Thread Starter [nolda](https://wordpress.org/support/users/nolda/)
 * (@nolda)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/width-column-issue/#post-14337627)
 * Hi Tobias,
 * I have a question about columns visibility on mobile version.
 * I have 12 columns which are visible on desktop but only 6 columns are visible
   on mobile version of the web?
 * Do you have any advice how can I fix that?
 * Thnx in advance!
 * God bless
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/width-column-issue/#post-14338425)
 * Hi,
 * that sounds like the classical problem of responsiveness of tables on the web.
   For some possible approaches to work with that, please see [https://tablepress.org/extensions/responsive-tables/](https://tablepress.org/extensions/responsive-tables/)
 * Regards,
    Tobias
 *  Thread Starter [nolda](https://wordpress.org/support/users/nolda/)
 * (@nolda)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/width-column-issue/#post-14342462)
 * Hi Tobias,
 * one more question please. 🙂
 * I have a table with 12 columns and 10 rows
 * My first row has text in all twelve columns but my second row has text just on
   first two columns. Because of that text in second row impacts text in all other
   columns.
 * Is it possible to connect columns in a specific row that want impact position
   of the text in other columns?
 * Thnx a lot T.
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/width-column-issue/#post-14342497)
 * Hi,
 * I’m not sure that I understand. Do you want to combine/merge/connect the cells?
   Then, you can use the “colspan” button below the table input fields on the “Edit”
   screen.
 * Regards,
    Tobias
 *  Thread Starter [nolda](https://wordpress.org/support/users/nolda/)
 * (@nolda)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/width-column-issue/#post-14342551)
 * Hi,
 * yes.
 * But in a row colspan button isnt working?
 *  Thread Starter [nolda](https://wordpress.org/support/users/nolda/)
 * (@nolda)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/width-column-issue/#post-14342567)
 * Yeap,
 * the table crashed while I was trying to merge cells.
 * You should see the table 🙂
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/width-column-issue/#post-14342671)
 * Hi,
 * the table crashed? What does that mean?
    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 [nolda](https://wordpress.org/support/users/nolda/)
 * (@nolda)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/width-column-issue/#post-14343321)
 * Hi, well… table was crashed inside wordpress it seems.
 * I am still trying to merge cells but no luck?
 *  Thread Starter [nolda](https://wordpress.org/support/users/nolda/)
 * (@nolda)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/width-column-issue/#post-14343352)
 * Hi,
 * as you can see I am trying to merge first two cells in few bottom rows?
 * [https://www.sub.famax.hr/product/nano-x/](https://www.sub.famax.hr/product/nano-x/)
 * Can you help?
 * Thnx a lot
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/width-column-issue/#post-14343651)
 * Hi,
 * what does “crash” mean? Are you getting any error messages?
 * To merge those cells, you should only have to add `#colspan#` to the cell on 
   the right of the text.
 * Regards,
    Tobias

Viewing 15 replies - 1 through 15 (of 23 total)

1 [2](https://wordpress.org/support/topic/width-column-issue/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/width-column-issue/page/2/?output_format=md)

The topic ‘width column 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/)

 * 23 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [5 years, 1 month ago](https://wordpress.org/support/topic/width-column-issue/page/2/#post-14408044)
 * Status: resolved