• Resolved Shwepps

    (@shwepps)


    Hello! how do I set the minimum width for all columns across all tables?

    I’m using Maxbuttons plugin and setting width for the button doesn’t work, tablepress doesn’t recognize it as one word and just transposes letters of the word. For example:
    Cherries
    would turn into
    Cher
    rries

    How do I set the minimum width for every column?
    Thanks for the awesome plugin!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    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 Shwepps

    (@shwepps)

    This page (the table is in the middle of the page, closer to the end)

    • This reply was modified 2 years, 1 month ago by Shwepps.
    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks! I can’t seem to reproduce this, but my recommendation would be to turn off line breaks in the buttons in tables. For that, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress .maxbutton {
      white-space: nowrap;
      word-break: normal;
    }

    Regards,
    Tobias

    Thread Starter Shwepps

    (@shwepps)

    @tobiasbg Thank you! I also added width parameter for the button and now it’s all ok! Thank you very much!

    Plugin Author TobiasBg

    (@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 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Set minimum width for all columns’ is closed to new replies.