Jump to content
Sign in to follow this  
digamama

CSS Help On Reducing Banner Space

Recommended Posts

digamama

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
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
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
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

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  

×