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

    (@tobiasbg)

    Hi Bianca,

    thanks for your question, and sorry for the trouble.

    I can’t really reproduce this on your site, as the text is in one line at all times for me, as it should be.

    The issue that you are describing could however indeed happen, e.g. if there are manual line breaks in the cells. In that, case, you will have to manually set the row height for the affected rows, with some “Custom CSS” like

    @media (max-width: 767px) {
      .tablepress-id-1 .column-5 {
        height: 60px;
      }
    }

    Regards,
    Tobias

    Thread Starter designerbianca

    (@designerbianca)

    Perfect, thank you! This worked.

    -Bianca

    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 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Long titles break responsive’ is closed to new replies.