Main Menu Drop Down Transparency

Posted in: Newspaper
Post count: 5

Hi there

I’m using a responsive design. If the window is smaller the menu drops down to two lines rather than one. This is fine, but I have an issue where if you try to hover over the drop down menu on the top level and click on one of the items, it takes to to the menu item sitting underneath.

Is there something to fix this?

Here is the site: trtlmt.com.au
The issue happens when ‘Recipe’ is over ‘Hints & Tips’ and you cannot click any of the drop down menu items without it going to the ‘Hints & Tips’ page.

Thanks

Post count: 1291

Hi,

You can use the following css (add it inside the Theme Panel -> Custom CSS):

.sf-menu .menu-item a {
z-index:1;
}

Result – http://screencast.com/t/MWE5rJxfK

Thank you, Emil G.

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.