Hey, everyone knows you can change padding for text. But I want to change the "padding" or margin (not sure what to call it) of the images. I noticed there's a restriction of the image size on my theme, even though there's stil alot of space in the post to make the image bigger. So, I want to make the padding of images smaller so the images can be bigger on my post, how do I do that? If it's important my wordpress theme is Cordobo Green Park 2
my guess is that you are using a script such as joomla or wordpress.. if so, try looking in the admin panel for image configuration and adjust it as needed.
If your post div has a class of "post", then the css is below .post img { padding: 10px } (or whatever you want)
Yes you can do that, but you need access to the CSS page. Are you experienced enough to find the CSS, download it, modify it, and upload it? If so, follow what digital29 above says. If not, there's probably no easy way for you to do it. /*tom*/