PDA

View Full Version : Lining up header and nav bar? help plz


mjs
Oct-13-2009, 10:33 AM
I have created a head/banner and nav bar using the easy customizer feature but can not get them lined up where I want them. Using the left/center/right buttons do not place them where I would like. If you could point me in the right direction I would appreciate it. Thx.

J Allen
Oct-13-2009, 12:10 PM
I have created a head/banner and nav bar using the easy customizer feature but can not get them lined up where I want them. Using the left/center/right buttons do not place them where I would like. If you could point me in the right direction I would appreciate it. Thx.

The easy customizer is kinda hard to fight...but see if this is what you want, add this code to the bottom of your CSS box:






#customHeaderContainer
{width:780px;}

#customNavContainer
{float:right;
margin-right:10px}

#customLogo
{position:relative;
top:20px;
width:500px}








Cool background Image!

mjs
Oct-13-2009, 12:43 PM
The easy customizer is kinda hard to fight...but see if this is what you want, add this code to the bottom of your CSS box:






#customHeaderContainer
{width:780px;}

#customNavContainer
{float:right;
margin-right:10px}


#customLogo
{position:relative;
top:20px;
width:500px}







Cool background Image!

Thx. You did it once again Joe. Thx for the help on my site.