PDA

View Full Version : Navbar spacing, centering, boxes


JustMeAndre
May-16-2009, 06:20 AM
Hi, Allen helped me a few months back when i just started out, but I did some maintenance yesterday on my Navbar.

I am having difficulty with my Navbar, it keeps on overlapping. I change it, and update the settings, then it looks fine. Just now when I was viewing it after been offline for about an hour or so, it is overlapping again (with the Links menu) overlapping to 2nd row.
The "Links" menu item box is also wider than the "Home" menu box (as it is now right beneath it with the overlapping, else I wouldn't have noticed.


Please help.
André

www.photographic-memory.smugmug.com (http://www.photographic-memory.smugmug.com)

jcgardner
May-16-2009, 06:52 AM
Hi Andre,

I didn't read the thread you mentioned, but I played with the CSS for your nav bar and if you change the menu width to 745, there is room for the nav bar to display on one row.

ie, under /*Common Styling*/
.menu
...
width: 745px;
...

JustMeAndre
May-16-2009, 07:05 AM
Thanks, I actuall made the menu boxes smaller, which helped as well.

Hi Andre,

I didn't read the thread you mentioned, but I played with the CSS for your nav bar and if you change the menu width to 745, there is room for the nav bar to display on one row.

ie, under /*Common Styling*/
.menu
...
width: 745px;
...