I've made some small changes to the code for a site I'm working on. What's weird is that on some pages I'm seeing the issue while on others I don't.

I've moved the primary links from left to right aligned and they look fine on the front page but on the contact page (the only other page I've created so far) they hang off the right edge and aren't butted up against one another. On the admin pages, they don't hang off the edge, but still have the spacing problem.

If you could take a look and advise I'd appreciate it.

http://www.technospider.com/~david/asi

Thanks,
David

Comments

tknospdr’s picture

One other thing I forgot to mention. How do I make the links in the footer white? I've tried everything that looks like it should work, but no luck so far.

David

plutado’s picture

Status: Active » Fixed

in line 149 of style.css, change your margin for #primary li a.active to
#primary li a.active { margin-right:0px; }. For the margins between the primary link buttons, add margin-left and margin-right attributes to the '#primary a' class in line 145.

tknospdr’s picture

Status: Fixed » Postponed (maintainer needs more info)

Thanks, you gave me a starting point that ended up allowing me to fix the first problem. Any ideas on the footer issue?

tknospdr’s picture

Hey, I figured it out! Just needed to ad a '#footer-text a' element and defined that as white.

Thanks
David

tknospdr’s picture

Status: Postponed (maintainer needs more info) » Fixed

Hey, I figured it out! Just needed to ad a '#footer-text a' element and defined that as white.

Thanks
David

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.