[Resolved] removing word break

  • Author
    Posts
  • #13435

    rinoa3108
    Participant

    Hello,
    What is the best way to remove word breaking in my website? Ive got headings with long phrases and they hyphenate on to 2 lines. Thanks

    #13441

    Andrew Misplon
    Keymaster

    Hi, try adding to Customize > Additional CSS:

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
    	hyphens: none;
    }
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.

Scroll to top