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

CommentFileSizeAuthor
problem.png10.68 KBfrankywi

Comments

frankywi’s picture

As you see in the screenshot the other list items with the same bullet behave correctly.

frankywi’s picture

Status: Active » Fixed

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!

Anonymous’s picture

Status: Fixed » Closed (fixed)

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