• For some reason, some of my posts which contain images have the signature and the title of the following post wrapped up around the base of the post. It’s quite a mess.

    As you can see, this doesn’t happen with all posts, just some. The posts which show this symptom contain five images which are pngs, not jpgs. What could be causing this? The type of image (png)? The size (long and slim?) The number (five of them?) More importantly, how can I fix it both now and permanently?

    Thank you for your help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • This is only a CSS issue. I suggest that you download the Firefox browser (if it’s not installed already) and use the Firebug extension, which allows you to inspect individual elements on your page and see exactly what CSS is being applied.

    Basically, your images inside your posts are set to “float: left;”. The easiest thing to do is to remove this float declaration.

    Thread Starter leggs

    (@leggs)

    Okay! I’ll give it a shot and see if I can figure it out. I figured it was a CSS thing, but I wasn’t sure how to trouble shoot it.

    Thread Starter leggs

    (@leggs)

    I’ve found lots of things in the Stylesheet that are set to float:left, but a lot of them are for headers and footers. How do I know which of them is set to affect the images?

    You have code errors like the missing <p> in front of “If you liked this post…”. If you are getting display problems, your first step should be to validate your code.

    Your site has display problems (at least with my Firefox). Only the top half of your blog title shows in the header and a weird content repeating/overlapping issue shows up when I scroll the page. You may wish to consider switching to a new theme given this one’s problems.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Signature and Blog Headings Wrapping around Images’ is closed to new replies.