• Resolved catherinelittle

    (@catherinelittle)


    I was messing with my CSS, and somehow completely screwed up my blog entries. My pages seem to display fine, but whenever I type in more than 3 lines of text in my blogs, the text afterwards is mysteriously cut off.

    Here’s a prime example

    If anyone could point me in the right direction, I would be eternally grateful. 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • around line 73 in your style sheet:

    .post.single .entry { line-height:18px;overflow:hidden;padding-bottom:25px;height: 30px;padding-right:38px;}

    It looks like the “height:30px;” could be causing you problems. Try removing it and see what happens.

    Thread Starter catherinelittle

    (@catherinelittle)

    You’ve saved me yet again, ClaytonJames! 🙂 Muchos gracias!

    You’re very welcome. To be honest with you, I’m starting to look forward to seeing the finished product. SO HURRY IT THE HECK UP!!!

    Just kidding. Take your time.. It’s looking good! 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Blog Entries are cut off!! (CSS Help)’ is closed to new replies.