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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    I’m not exactly sure, but it seems that your theme is using another CSS property as well. To turn that off, please try again with

    .tablepress-id-1 .column-1 {
       font-weight: bold;
      -moz-hyphens: none;
      -ms-hyphens: none;
      -webkit-hyphens: none;
      hyphens: none;
      word-wrap: normal;

    Regards,
    Tobias

    Thread Starter herojig

    (@herojig)

    Perfect Tobais! it was the -moz that did the trick, as the problem was only there (and must have been for ie as well… have not checked yet ?? best of luck with your cool plug…

    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 ‘Love this plug, but how do I prevent hyphenation in a column?’ is closed to new replies.