Hello, I can't get the bottom nav bar and the copyright and IP address divs to align with the rest of my page. I've been working at this for hours!
Please let me know what I'm doing wrong here...
www.funhn.com/shop
Thank you.
Hello, I can't get the bottom nav bar and the copyright and IP address divs to align with the rest of my page. I've been working at this for hours!
Please let me know what I'm doing wrong here...
www.funhn.com/shop
Thank you.
Something like this should work:
#navSuppWrapper {margin:auto;}
Thank you so much! It was as easy as just separating the divs...ahhhh. Thank you again! I appreciate it.
Hi again...would you happen to know what I would add to my style sheet to have the nav bar links spread out farther? Thank you.
You'll want to fiddle with the padding here:
#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
text-decoration: none;
padding: 0em 0.5em;
margin: 0;
color: #000000;
white-space: nowrap;
}
Thank you!
It worked for my bottom nav bar. But I think I'm missing a code for my top nav. I tried to recreate it using:
#navEZPagesTop ul li a {
text-decoration: none;
padding: 0em 1em;
margin: 0;
color: #000000;
white-space: nowrap;
}
but nothing happens.![]()
I get a blank page at the link you show...
Sorry I had some programming issues. It's fixed now though. If you don't mind, can you try to review it? Thank you.
#navEZPagesTop a {padding: 0 2em;}