Word-wrap Word-break Issues

Home Forums Iconic One Pro Support Word-wrap Word-break Issues

This topic contains 1 reply, has 2 voices, and was last updated by  Themonic-Support 9 years, 2 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #3144

    jpBenfica
    Participant

    Please change this in next version.

    Q – I would like it if my theme would not break words but instead force the entire word to the next line. Right now its breaking the words at the end of sentences and it looks weird. How do I force it not to break or wrap?

    A – Would this be a good way to get rid of them or is there are better way to eliminate it from the entire site and not just the <p> tags?

    p {
    word-wrap: normal;
    word-break: normal;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;

    #3147

    You do not have permission to view this content.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.