PDA

View Full Version : Navbar Alignment


robertlee
May-29-2009, 08:13 AM
I would like to make some minor adjustments to the spacing
between my Navbars and Banner.

I would like to increase the spacing between "RLS Imaging" and (Galleries and Contact);
while at the same time decreasing spacing between "Home and Galleries" and
the spacing between "Contact and Google Maps".

I have tried to adjust the padding but it adjusts the spacing of everything
at the same time.

www.rlsimaging.com

J Allen
May-29-2009, 09:47 AM
I would like to increase the spacing between "RLS Imaging" and (Galleries and Contact);

Add this rule, adjust as needed:



.myBanner
{margin-left: 50px;
margin-right: 50px;}




while at the same time decreasing spacing between "Home and Galleries" and
the spacing between "Contact and Google Maps".



Add/change this rule, adjust as needed:





#navcontainer ul li a
{
text-decoration: none; /* adjust right em and mavcontainer width above */
padding: .2em 0.1em;
color: #e7fffe;
}

robertlee
May-29-2009, 01:29 PM
Thanks