Jump to content
Sign in to follow this  
suerama

Remove content padding on bottom

Recommended Posts

suerama

There is a lot of space below my content and above my boxes on my landing page. To get rid of the 25 px of padding on the bottom I've been trying variations on this code to no avail:

#copy-pad .hentry-pad  {
	    padding: 0 0 0px !important;
	}

Help with the code would be appreciated.

Share this post


Link to post
Share on other sites
catrina
I tested this code and it reduces the some of the padding/margin below the content and boxes: [code]div.hentry-pad {padding-bottom: 0px !important;} div.content-pad {margin-bottom: -20px !important;}[/code]

Please read the docs before posting. Please do not private message me unless I ask you to.

Designer | Catrina Dulay

Founder | Catrina and Mouse

Share this post


Link to post
Share on other sites
suerama
Very helpful. Thanks!

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  

×