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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    In this case, you’ll have to reduce the inner white space (padding) in the cells, as that’s set rather big by your theme. Together with the width of the text, this is pretty much the deciding factor for the column width.
    For that, please try adding this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    #content .tablepress-id-1 th,
    #content .tablepress-id-1 td {
        padding: 8px;
    }

    Regards,
    Tobias

    Thread Starter steveharley

    (@steveharley)

    Thank you that worked perfectly.

    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 ‘Column Widths’ is closed to new replies.