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
| Comment | File | Size | Author |
|---|---|---|---|
| problem.png | 10.68 KB | frankywi |
Comments
Comment #1
frankywi commentedAs you see in the screenshot the other list items with the same bullet behave correctly.
Comment #2
frankywi commentedWell 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!
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.