Closed (fixed)
Project:
Plutado
Version:
5.x-1.2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 Jun 2008 at 16:26 UTC
Updated:
10 Jul 2008 at 06:24 UTC
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
Comment #1
tknospdr commentedOne 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
Comment #2
plutado commentedin 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.Comment #3
tknospdr commentedThanks, you gave me a starting point that ended up allowing me to fix the first problem. Any ideas on the footer issue?
Comment #4
tknospdr commentedHey, I figured it out! Just needed to ad a '#footer-text a' element and defined that as white.
Thanks
David
Comment #5
tknospdr commentedHey, I figured it out! Just needed to ad a '#footer-text a' element and defined that as white.
Thanks
David
Comment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.