Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    I see what you mean, and unfortunately, in these cases, the only solution is to manually set the row height in the responsive mode.
    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 Miguel

    (@mparraud)

    Of course! Here is the link:
    https://neurologia.parraud.com.ar/calidad-de-vida/talleres/

    Thank you in advance

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for the link! Please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    @media (max-width: 767px) {
      .tablepress-id-3 .column-1 {
          height: 56px;
      }
      .tablepress-id-3 .column-2 {
          height: 76px;
      }
    }

    Regards,
    Tobias

    Thread Starter Miguel

    (@mparraud)

    impeccable!!!!

    Thank you!

    PS: I sent a small donation to you, thank you again!

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! ?? Good to hear that this helped!
    And thanks for the donation, I really appreciate it!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

    Thread Starter Miguel

    (@mparraud)

    Rate and review: Done!

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks! I really appreciate it!

    Best wishes,
    Tobias

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Responsivenes text wrap issue’ is closed to new replies.