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/
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.
Your Codepen contains no HTML!
It's because you are using the blockquote element (for some reason).
Add this :
That worked! Thank you so much!