• Resolved tjecm8

    (@tjecm8)


    Hi,

    Im trying to make my Tablepress table maintain a certain width without breaking cell-content into two lines for optimal viewing with various phones, pads, etc. I have tried editing my child-theme and modify the tables css directly in the “plugin option” without any success. any suggestions please?

    http://www.kalandsvatnet.no/leilighetsoversikt/

    Help is much appreaciated – thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    thanks for your post, and sorry for the trouble.

    Do you mean in the “Pris” column? To prevent line breaks there, please try adding this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress-id-1 .column-5 {
      white-space: nowrap;
    }

    Regards,
    Tobias

    Thread Starter tjecm8

    (@tjecm8)

    Thanks alot. that worked great

    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 ‘Tablepress breaking cell-content into two lines’ is closed to new replies.