andresreyes;19974Hello I have changed my menu from transmenu to suckerfish because the first one did not work in Safari (mac). Now with the suckerfish menu I have a question.
I have changed the width of the “second-level lists” but if the link has a child menu the “third-level lists” appears in the middle of the lists making it dificult to read the parent link.
What line in the css file do I have to change to make the sub-sub menus appear more on the right.
this is how it looks right now.
thank you
Search teh sosdmenu.css file for this
#ja-cssmenu li ul ul { /* third-and-above-level lists */
margin: -1.5em 0 0 12em;
change the margin -1.5 to whatever posiions it right for you starting at 0 may be good
Hope this helps