Jump to content
Sign in to follow this  
jdbrasesco

Remove Padding for images within a post

Recommended Posts

jdbrasesco

Hi all, I'm trying to adjust padding for images within my posts without altering the padding for the text. See: Site URL I found the following code using Firebug. When I remove it the entire contents, including the text shift left. I only want to shift the photos, since they are 600px and the layout appears to require 580px or less to center the images.

	.textcontent {
	    padding: 0 0 18px 15px;

Thanks, J.D.

Share this post


Link to post
Share on other sites
Kate

Hi J.D., It seems to me that there's white space around the image itself. Have you considered taking that out? That way the image would line up with the text on the left.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×