digamama 0 Report post Posted May 10, 2012 Hello all, Quick question regarded the CSS/custom code needed to reduce the space around the banner featured on this page: http://www.kemilybond.com/golantmediaventures/content-services/ I'd like to reduce it so it has the same padding/buffering as this one: http://www.kemilybond.com/golantmediaventures/distribution-services/ Many thanks for all of your helpful feedback! Share this post Link to post Share on other sites
Danny+ 1,327 Report post Posted May 10, 2012 Hi DigaMama, Try adding this to your custom CSS and see if the result is how you want it. [code].banner_container .banner-area { padding: 0px 0; } #banners .content-pad { padding: 15px 0 0; } .banner-media-pad p{ margin-bottom: 0; }[/code] Please search our forums, before posting! Share this post Link to post Share on other sites
digamama 0 Report post Posted May 12, 2012 Fantastic, worked like a dream, Danny! Now, how about changing the text color within the banner? Share this post Link to post Share on other sites
catrina 103 Report post Posted May 12, 2012 Add this above "padding: 0px 0;" in .banner_container .banner-area: [code]color: #xxxxxx;[/code] Change xxxxxx to your color 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