Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • I’m having the same issues. It works if you right-click and select “open link in new tab” but won’t work if you try to click directly. It works in other Chromium-based browsers like Dissenter and Edge. So it’s purely related to Chrome.

    Download Monitor version: 4.4.4
    Download Monitor MailChimp Lock version: 4.0
    WordPress version 5.5.3
    Chrome version: 88.0.4324.190 (64-bit)

    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.
Viewing 2 replies - 1 through 2 (of 2 total)