Pro- zindex of a canvas dropdown

Hello on this page
http://staging1.kidsmagicworld.com.au/zxxx/

if you click on a desktop the birthday party kids magic button in the menu

a canvas drops down but its under the logo

what is the css to get the zindex to appear above the image in the middle of the menu?

firebug doesn’t provide the info I need

Hi there,

Please add this code to the Element CSS of the first container in the bar that contains the navigation with the image:

$el {
    z-index: 9999;
}

Hope this helps.

How do I add it globally

Hi There,

I check the site and the solution provided by Jade works, Would you mind to clarify what you’re trying to do?

It is possible but we do not recommend it as it might mess up your container’s z-indexing.

Thanks,

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.