Totally Zenned
- Join Date:
- Jul 2009
- Location:
- picaflor-azul.com
- Posts:
- 6,940
- Plugin Contributions:
- 28
Aberdeen Neutral Template Support Thread
Dang it.. I give up.. I've tried everything that should work and a bunch of stuff that MIGHT work and then stuff that .. well I didn't know if it would work, but I thought I'd try..
See my test URL below.. How the heck do I close the gap between the slideshow and the middleboxes??
http://clientyoubookit247 . overthehillweb . com/
I've been there :wacko:
I have not cross browser tested this, but you can try:
In includes/templates/custom_template/css/stylesheet_middleboxes.css, take out margin here:
.middleBoxContainer {
margin-top: 0em;
}
and add to #navColumnMiddleWrapper:
position:relative; top:-20px;
and then to make things neat in includes/templates/custom_template/css/stylesheet_footer_menu.css replace:
#footer {clear:both;margin:0;background-image:url(../images/footer-bk.jpg);background-repeat:no-repeat; width:950px; height:200px;margin-top:20px;padding-top:10px;margin-bottom:20px;}
with:
#footer {clear:both;margin:0;background-image:url(../images/footer-bk.jpg);background-repeat:no-repeat; width:950px; height:200px;margin-top:-20px;padding-top:10px;margin-bottom:20px;}
Thanks,
Anne
