Viewing 5 replies - 1 through 5 (of 5 total)
  • Can you post a link to your site so we can view the CSS?

    Thread Starter venping

    (@venping)

    Hi sdavis,

    This is my site.

    https://zebraguard.com/

    It looks well on Chrome, but when i view it using firefox, the auto-hyphenation will appear.

    Your help is much appreciated

    The hyphen property is pretty new and browser support is shaky from one to the next. It looks like normalize.css file has -moz-hyphens: auto; on all paragraphs. Let’s override that.

    Put this in whatever stylesheet you’re set up to edit:

    p { -moz-hyphens: none; }

    Clear your cache after that’s saved. Let me know.

    Thread Starter venping

    (@venping)

    Hi sdavis,

    IT WORKS!

    You’re the MAN!

    Thanks a lot mate.

    Awesome! Glad it worked out for you. ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Simple Corp – auto text hyphenation issue’ is closed to new replies.