Graphics and CSS
April 17, 2007 12:13 PM
Subscribe
Probably a dead-simple CSS question. I'm trying to pad an image in a Wordpress based blog so that the text isn't crunched right up against it.
The latest entry in my web log (Marc Maron) is positioned correctly but the text is right up against it. I just want some padding on the right side of the image but for the life of me, I cannot remember how to do this. Searching previous CSS related questions is melting my brain!
posted by KevinSkomsvold to computers & internet (12 comments total)
#element {padding-right:715px}are you?
posted by boo_radley at 12:21 PM on April 17, 2007