I need some help with the theming of Prinary Links. Next-level menu comes right up on top and not next to their menu, refer to Attachments

CommentFileSizeAuthor
arthemia_primary-link_1.png14.73 KBOle Martin

Comments

naheemsays’s picture

Have you changed the theming code? Ypu probably need to make sure the sub menus have "position:relative" in their css declarations.

Ole Martin’s picture

No, I have not changed anything in the Css file. I did not find anything about the sub-menu in the CSS file, but I found # menu-bar li and inserted: position: relative there. It works fine.
How can I get more levels on the menu?

mtrahan’s picture

Adding "position: relative" in the CSS file worked for me aswell -- thank you!