Dropdown navigation
-
Hi,
I’m using the magazine basic theme. But have a problem with my dropdowns.
Navigation contains 5 links, 4 have a dropdown, with another dropdown inside.
So the first dropdown appears below the main navigation, and the deeper level to the right of the first dropdown.
That’s perfect, but for the last of the main navigation, I need the deepest level dropdown appear on the left side. Otherwise it goes partially out of screen.I tried this:
#site-navigation li:last-child li li { right: 463px; }
This bring the whole list at the position I want it to be, left side, but the background stays on the right side.
Unfortunately I’m testing on MAMP, so I can not provide an URL.
Basically, I need the “ul ul ul” of the last item to appear on the other side.
Anyone an idea what I’m doing wrong?Thanks!
- The topic ‘Dropdown navigation’ is closed to new replies.