PDA

View Full Version : Need some Quick Nav Bar Help


joshuadavis
May-14-2009, 06:59 PM
Hi guys,

Was wondering if someone would be able to help me with what I'm sure is a pretty simple fix. Here's a link to my site for reference..

http://joshuadavis.smugmug.com

I want my navigation bar at the top to align with the bottom of my header logo rather than in the middle of it. I've tried a bunch of CSS on the nav bar tag, but nothing seems to move it anywhere.

Help!

Thanks,
Josh

joshuadavis
May-15-2009, 03:51 AM
/bump

come on guys...this should be easy for you pros.....at least i think it is. not easy enough for me to figure out though..

J Allen
May-15-2009, 04:18 AM
See if you like this:




/*====Tighten Homepage====*/
#userBio {padding:0;}
#homepage {padding-top:0;}
.homepage #breadcrumb
{display:none;}

#customNav
{margin-top:60px;}

joshuadavis
May-15-2009, 05:56 AM
Thanks so much. That def took care of things!