Jump to content
Sign in to follow this  
jamiewalden

Header margin/padding

Recommended Posts

jamiewalden

Hey guys, I'm using platform pro and I'd like to remove a little bit of space above the header, and possibly shift it to the left some to line up with the feature content slider. What custom code would i use to do that. Here's a link: http://blog.americandatanetwork.com Also here's all the custom code i'm using:

	.pagelines{display:none;}
	.dcol_4 {
	width: 229px;
	margin-left: 10px;
	margin-right: 2px;
	margin-top: -12px;
	margin-bottom: -20px;
	}
	

Thanks a lot for your time and effort. You guys do great work.

Share this post


Link to post
Share on other sites
cmunns

Add this and change the numbers to your liking ` .fixed_width #branding .content-pad { padding: 20px 15px 15px; } `

Share this post


Link to post
Share on other sites
jamiewalden

Thanks Adam! That works. Cheers

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  

×