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.

    The reason for this basically is that the content in your table, mainly in the lower part, e.g. the rows under “MOV FORMAT”, require the table to have a bigger width, due to the content/text in them.
    Therefore, reducing the width like that will not work.
    You could however reduce the inner white space in the table, e.g. with

    .styles .tablepress-id-10 th,
    .styles .tablepress-id-10 td {
        padding: 4px;
    }

    Another idea would be to reduce the font size of the table.

    Regards,
    Tobias

    Thread Starter icolove

    (@icolove)

    Wow, thanks for the quick response, that worked a charm.

    Enjoy the day.

    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 ‘I can't get Table Width to change’ is closed to new replies.