|
|
Thread Tools | Display Modes |
|
#1
|
|
|
Big grins
|
Remove gap between banner and bio box on home page and gallery on gallery pages
How do I remove the gaps between banner and bio box on home page and gallery on gallery pages? Id like the wood background to touch the banner on the home page, and everything on the keywords and categories pages to be closer to the banner.
Thanks, Adam [FONT=Arial, Helvetica, sans-serif][/FONT] |
|
|
|
|
#2
|
||
|
Scripting dude-volunteer
|
Quote:
#navcontainer { position: relative; display: block; z-index: 99; padding: 0px 0px 80px 8px; /* spacing around menu - top right bottom left */ height: 20px; /* menu container (div #navcontainer) */ width: 744px; /* width of menu - minimize this until doesn't wrap to two lines - too large effects centering */ _width: 754px; /* IE 6 */ margin: 0 auto; /* this should center navbar, if not tweak with left's below */ } It's the 80px padding for you navbar that is causing the galleries to be so far away from your navbar. I'm guessing that you put that in there to solve some spacing issue elsewhere on your site. If you set that back to 0 it will solve the galleries spacing issue. If you can explain why it was there in the first place, I can help with a better way to solve that issue.
__________________
--John Homepage • Popular JFriend's javascript customizations • Secrets for getting fast answers on Dgrin Always include a link to your site when posting a question |
|
|
|
||
| Tell The World! | |
| Thread Tools | |
| Display Modes | |
|
|