• Resolved kvskhere

    (@kvskhere)


    I am seeing a problem with the tables that is getting created using the tablepress plugin. The first column in the table is getting alloted with a huge width. Below is a link to a test page on my website where i just kept a sample table.

    http://askvsk.com/test/

    I struggled with few custom css options but didnot work.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    The cause for this is a CSS conflict in your theme. It’s basically using the same CSS classes as TablePress. To fix this, please use this as your “Custom CSS” in TablePress:

    .tablepress th,
    .tablepress td {
    	width: auto;
    }

    Regards,
    Tobias

    Thread Starter kvskhere

    (@kvskhere)

    Thank you Tobias. It was a very quick response indeed. It worked now.

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    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!

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

The topic ‘First column width is large while using tablepress’ is closed to new replies.