Problem with bullets in the nav menu
frankywi - April 16, 2008 - 02:03
| Project: | Aberdeen |
| Version: | 5.x-1.7 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
Hello,
I have the problem that link text and bullets of the sublinks of my Primary Links menu interfere. (See screenshot attached)
I guess its something with padding and/or margins - but I could not find it in the CSS no matter what I tested.
Can you give me the key where to change what?
And how could I switch these bullets of (only in this menu)?
Thank you very much!
Frank
| Attachment | Size |
|---|---|
| problem.png | 10.68 KB |

#1
As you see in the screenshot the other list items with the same bullet behave correctly.
#2
Well after another day figuring CSS out I have a solution.
There is no style rule for that particiular list so add one to style.css:
ul.secondary-links li { background-image: none; } (Switches the bullet image off)
That does not solve from where the wrong settings came - it just overrides them. Not nice - but done!
#3
Automatically closed -- issue fixed for two weeks with no activity.