Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Text overflow in Chrome

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #42212
    roux
    Member

    I’ve been working on a custom tumblr theme and it looks okay except for the text overflowing on one of the reblogged posts. I’m a beginner at coding and I’m not sure how to fix this. It overflows in Chrome, but I checked it with IE and it looks fine there. You can see the issue here: http://tutoriallibrary.tumblr.com/

    You can see the coding here: http://cdpn.io/fnJDo

    This is the first theme I’ve ever attempted and I’m stumped, so any help is appreciated.

    #122098
    Paulie_D
    Member

    Your Codepen contains no HTML!

    #122099
    Paulie_D
    Member

    It’s because you are using the blockquote element (for some reason).

    Add this :

    blockquote, blockquote p {
    word-wrap: break-word;
    }

    #122237
    roux
    Member

    That worked! Thank you so much!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘CSS’ is closed to new topics and replies.