Jump to content
Sign in to follow this  
knox

How can I remove padding above header graphic without pushing sidebar down?

Recommended Posts

knox

I wanted to make the header graphic in Platform Pro flush with the top of the page. Someone suggested putting: body #page .content-pad { padding: 0px 0 0px 15px; } into the custom css. This worked, but then the sidebar got pushed down below the content area. I removed the custom css and the sidebar went back where it was supposed to go. However, I still have the big gap at that top of the page. Does anybody have a css tweak that will remove the padding and NOT push the sidebar down? Thank you.

Share this post


Link to post
Share on other sites
Andrew

I believe I posted this on your other thread: somthing like: `#branding .content-pad {padding-bottom: 0}` Have you been using Firebug? These are relatively easy rules? Also there are some quicktip vids on this in the docs.

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  

×