• Resolved anastasonic

    (@anastasonic)


    I have problems with hyphenation on my page with Neve theme.
    Word breakdown occurs absolutely everywhere – in headings, in text, in captions to pictures. Happens at random. I tried to install the wp-typography plugin, but it didn’t help. I tried to manually change it in CSS but did not succeed either

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @anastasonic,

    Please try adding the following code to Customizer -> Additional CSS:

    .wp-block-themeisle-blocks-advanced-columns .innerblocks-wrap {
        word-break: break-all;
        hyphens: none !important;
    }

    Let us know if it worked.

    Thread Starter anastasonic

    (@anastasonic)

    No, unfortunately, it didn’t work. The code I have tried before was

    .entry-caption,
    .type-attachment .entry-title,
    .author-description,
    .widget,
    .entry-content,
    .entry-summary,
    .page-content,
    .comment-content,
    code,
    kbd,
    tt,
    var,
    samp,
    pre,
    blockquote,
    q {
        -webkit-hyphens: none;
        -moz-hyphens: none;
        -ms-hyphens: none;
        hyphens: none;
        word-wrap: none;
    }

    And this one didn’t work either…

    Hi @anastasonic,

    I’ve checked our website and I don’t see words being broken, could you share an example where the issue still occurs if it does?

    Thanks!

    Thread Starter anastasonic

    (@anastasonic)

    I have found where there was a problem – Gutentor blocks. I couldn’t fix it in the plugin but they have made an upgrade so that now wp-typography works well with the plugin and theme.

    Glad to hear you got it working.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘hyphenation’ is closed to new replies.