PDA

View Full Version : Nav alignment on certain pages


Ralph_Mez
Sep-24-2009, 03:37 PM
I noticed that my menu bar on my home page and gallery page sits out a bit wide ,where as it seems to be aligned perfect on all my other pages.
I have been using (padding: .2em 1.31em;) to control the width of
the nav bar.

http://ralphmeznar.smugmug.com/

thanks

Ralph

jfriend
Sep-24-2009, 04:21 PM
It looks like you're actively modifying your navbar right now (it's changed on my a couple times while trying to look at it). You have a different font in the navbar on the homepage vs. the other pages. Once you get your navbar working again, I'd suggest adding this CSS to lock the navbar font to the same on all pages:

#navcontainer {font-family: Arial; font-size: 14px;}

Ralph_Mez
Sep-24-2009, 04:53 PM
It looks like you're actively modifying your navbar right now (it's changed on my a couple times while trying to look at it). You have a different font in the navbar on the homepage vs. the other pages. Once you get your navbar working again, I'd suggest adding this CSS to lock the navbar font to the same on all pages:

#navcontainer {font-family: Arial; font-size: 14px;}

sorry about that ,i was trying to get the text and table/cell borders changed to a different color on this page with no luck .Is it possible ?
http://ralphmeznar.smugmug.com/gallery/Purchase-prints/9672043_oVKVh

i inserted the Nav CSS and that fixed it ,
thanks again cheers

Ralph