• Resolved opafritz

    (@opafritz)


    Hello,

    how do I turn off Ignite Plus breaking words at the end of the line? I would much rather read the full word on the next line instead of the word broken in two lines connected by a – .

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter opafritz

    (@opafritz)

    This is regarding the mobile theme version of Ignite Plus.

    Theme Author Ben Sibley

    (@bensibley)

    Thanks for upgrading!

    This can be accomplished with the following CSS:

    body {
    -webkit-hyphens: none;
      -moz-hyphens: none;
      hyphens: none;
    }

    You can copy and paste that code into the “Custom CSS” section in the Customizer (Appearance > Customize). Once added there, it should take affect right away.

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

The topic ‘Word breaking issue’ is closed to new replies.