• Resolved Jay Collier

    (@jcollier)


    On the home page grid, the fly-in post titles have mid-word breaks:

    BADGES FOR THE UK
    COMPUTING CURRICUL
    UM

    I added this styling to no avail:

    .entry-title a {
    word-break: keep-all;
    }

    Suggestions?

    TIA 🙂

Viewing 7 replies - 1 through 7 (of 7 total)
  • Moderator Kathryn Presner

    (@zoonini)

    I just did a test and I’m not seeing that line breaking on my end:

    https://i.cloudup.com/r45xu1PnKx.png

    Would you be able to provide a link to your site so I can take a look directly to see what might be going on? Thanks.

    Thread Starter Jay Collier

    (@jcollier)

    It’s private (in development), so I just sent an invitation to wordpress.com user “kathryn”. Hope that’s you 🙂

    Moderator Kathryn Presner

    (@zoonini)

    Thanks, but my WordPress.com username is kathrynwp. 🙂

    Is your site on WordPress.com? These forums here on WordPress.org are actually for self-hosted sites – the WordPress.com forums are here http://en.forums.wordpress.com/

    I can continue to help you here for now, but future questions about WordPress.com sites should be posted to the wp.com forums.

    Thread Starter Jay Collier

    (@jcollier)

    Thank you. I thought the theme would be the same in both environments, but now it occurs to me I’ve seen differences before. I’ll invite you at kathrynwp to take a look if you’d like, but I’ll check over in the other forums, if I can find a discussion on this theme.

    Best,

    -Jay

    Moderator Kathryn Presner

    (@zoonini)

    Hi Jay, try this in your custom CSS:

    .entry-title a {
      -ms-word-wrap: normal;
      word-wrap: normal;
    }
    Thread Starter Jay Collier

    (@jcollier)

    Thank you!

    I’d used word-break instead of word-break. A neophyte mistake.

    Thanks!

    Moderator Kathryn Presner

    (@zoonini)

    My pleasure.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Word breaks on home-page grid’ is closed to new replies.