• Resolved scoutingbibel

    (@scoutingbibel)


    Hey Tobi, greetings from Hessen!
    Thank you for the Plugin!
    The first column on my table is very small as the second and third are really big.

    I use [table id=1 responsive=scroll /] as shortcode with the responsive extension.
    Also I use
    .tablepress {
    table-layout: auto;
    word-break: normal;
    }
    because that was a solution to similar problems.

    Beste Grüße!

    The page I need help with: [log in to see the link]

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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    The solution that you found is correct, we just need a small adjustment (due to your theme):

    .tablepress {
      table-layout: auto !important;
      word-break: normal;
    }

    Regards,
    Tobias

    Thread Starter scoutingbibel

    (@scoutingbibel)

    Ah, why the hell didn’t I think of that!
    Thank you, Tobi!

    It looks really better now, maybe it’s my browser, but the second column is still the biggest even if it’s content is the smallest. So other columns (mainly the first) have to breakt their content into two lines. Is there a way to fix this for all my tables?

    Best regards

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    ah, there’s some more CSS that we need to override. Please also try adding

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

    Regards,
    Tobias

    Thread Starter scoutingbibel

    (@scoutingbibel)

    Perfect, thank you very much! 🙂

    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 5 replies - 1 through 5 (of 5 total)

The topic ‘First column small, second very big’ is closed to new replies.