Jump to content
Sign in to follow this  
jamiewalden

Removing padding below banner

Recommended Posts

jamiewalden

Hey guys, Thanks in advance for your help. I'm trying to remove the padding below the image on banners so the image sits right on the grey divider line. The line wasn't naturally appearing so a forum mate offered this line of code

.banner-area { border-bottom: 1px solid #E1E1E1 }

That got the divider line to appear, but I'm still at a loss as to how to remove the padding. Thanks! http://blogstage.americandatanetwork.com/qac/

Share this post


Link to post
Share on other sites
Danny
Hi Jamie, If I understand you correctly this should work. [code] .fixed_width #branding .content-pad { padding: 0 15px 0 0 !important; } [/code]

Please search our forums, before posting!

Share this post


Link to post
Share on other sites
jamiewalden
I was playing around (literally, cause i don't really know what i'm doing) and it think this seems to work unless it will cause problems elsewhere. [code].banner_container .banner-area{ padding-bottom: 0; padding-top: 40px; border-bottom: 1px solid #e1e1e1; } div.banner-media-pad {margin-bottom: -6px}[/code]

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  

×