• Hope someone can help – text in titles cannot wrap so words broken up. how can I get words on one line in the title?
    Many thanks

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • URL is broken!

    Hi Yankrah,

    You can try adding the following code to your Admin Panel > Appearance > Customize > Additional CSS field:

    .single-post #intro #intro-core {
      max-width: 1700px;
    }

    Thanks!

    Alternatively, you can change the word-break from break-all to break-word

    same location for the code:
    You can try adding the following code to your Admin Panel > Appearance > Customize > Additional CSS field:

    #intro #intro-core {
        word-break: break-word;
    }

    This may cause some issues with mobile browsers that are not very wide when using long words in your title.

    • This reply was modified 7 years, 2 months ago by turbonate.

    Hi Everyone,
    I’m having the same problem and unfortunately I did not get any change from copy and pasting the 2 above suggestions.

    Here’s a link to show you what I mean.

    https://www.rydechiropractic.com.au/ryde-chiropractic-looking-forward-serving/

    Would really appreciate some help ??

    Cheers!

    Just in case, I’m using WordPress 4.8.2 and Consulting version 1.1.1

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Blog title – text wrap’ is closed to new replies.