bokeh 0 Report post Posted February 1, 2012 Hi, I've searched the docs and the forum and have tried a few css codes to reduce the padding BETWEEN my banners, and also at the top and the bottom. I've tried the css bit within each banner, too. I can't get anything to work. At the mo I've got this in custom css #banners .banner-area { padding: 0px 0px; } ??“ doesn't work. Can anybody help? My website is : http://www.businessfootprint.net/ Share this post Link to post Share on other sites
catrina 103 Report post Posted February 2, 2012 Try this CSS: [code]section#banners div.banner-area {margin-top: -40px;}[/code] 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
bokeh 0 Report post Posted February 2, 2012 Thanks Catrina, I used that plus the in banner padding tool, and it is now much better. Thank you. Do you know if I can decrease the padding between the top of the content text and the bottom of the feature. I only want to do this on this first page, as I presume the other pages need space for the h1 titles. Is there a way to select just one page and not the others? Share this post Link to post Share on other sites
Danny+ 1,327 Report post Posted February 2, 2012 Hi, Can you give this a try please and let me know if it does the job! [code].home #content .content-pad {padding: 0 !important;} .home p, .p {margin: 0 !important;}[/code] Please search our forums, before posting! Share this post Link to post Share on other sites
bokeh 0 Report post Posted February 2, 2012 Hi Danny, thanks for your input. That does work, however it seems to decrease the padding for everything, the banners now look quite squished. Any ideas for a tweak? If not, what I may do is decrease the padding over the content top for all pages, as reviewing them again there is quite a lot of space between the h1 and the feature. So, don't worry if you can't find a tweak as above. Share this post Link to post Share on other sites
bokeh 0 Report post Posted February 2, 2012 Sorry I've had to take the code out, it has scrunched up everything on that page, banner, social icons etc. Share this post Link to post Share on other sites