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.

    Your only chance for this table, which simply has too much content to fit horizontally, due to the limited screen space, is to add horizontal scrolling or to reduce the font size, e.g. with this “Custom CSS”:

    .tablepress-id-1 {
      font-size: 10px;
    }

    Additionally, you could reduce the padding (inner white space), via

    .tablepress-id-1 td,
    .tablepress-id-1 th {
      padding: 3px;
    }

    Regards,
    Tobias

    Thread Starter schubfaktor

    (@schubfaktor)

    thanks….thats the way it should work……..

    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 ‘responsive quest./ column width’ is closed to new replies.