Closed (works as designed)
Project:
Navin Theme
Version:
7.x-1.0-beta2
Component:
General
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
31 May 2012 at 16:42 UTC
Updated:
11 Sep 2012 at 15:38 UTC
I'm completely confused on how to use Superfish in the Menu region in order to get dropdown menu items. The screenshot shows that I have wound up with two horizontal menus in the region: the original one that is styled with menu-navin.css and the Superfish one. In the Superfish Block configuration I have Menu Type ="Navbar", Menu Depth=-1 and PathClass=ActiveTrail. I want to apply the styling in menu-navin.css to the Superfish menu and to hide the original menu.
Can you give me some hints on where I'm going wrong? Sorry if it's a Superfish question, I'm just totally lost on this.
| Comment | File | Size | Author |
|---|---|---|---|
| superfish-navbar-in-navin.png | 16.87 KB | gippy |
Comments
Comment #1
gippy commentedSorry for the post. I just didn't understand how to use Superfish. Got it working okay.
Comment #2
lias commentedEdit: oops, wrong post - this was for the problem with Superfish displaying behind the content section of the Navin theme.
I added the following to my global.css subtheme:
#section-header {overflow: visible;}
It tried setting the z-index but didn't work for me.