Feed on
Posts
Comments

large images i uploaded into my wordpress blog would constantly float outside of my text margins and end up partially sitting beneath my sidebars.

it took a while, but i finally found the piece of .css code to clean up the mess:

p img {
padding: 0;
max-width: 100%;
}

simply insert the above code into your style.css file and hopefully, your images will correctly size themselves!


Bookmark and Share

if that was helpful ...

check out the other tips and tricks i've compiled on these pages. you might learn something else interesting!

Did I get this wrong? Let me know!

Trackback URI | Comments RSS