jamiewalden 1 Report post Posted October 10, 2011 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+ 1,327 Report post Posted October 10, 2011 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 1 Report post Posted October 10, 2011 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