Mega Menu Issues

Posted in: Newsmag
Post count: 46

Hi,

I just got this lovely theme, so I am working with it on live server to look like the existing site.

However, I a little challenge, I am using the Header style 6, I edited the template file to bring the top menu below the navigation bar.

When I tried using mega menu, it appears under the top menu, rather than overlap so the mega menu can be clicked.

Here is a screenshoot.. http://prntscr.com/8yglhx

Post count: 46

Edit: I am working on the theme on local server, that’s why I can’t provide link, but I believe you understand what I mean?

Post count: 23312

Hi jerocarson,

I understand your problem. Please decrease the z-index value using css and the problem is solved. Try the code below in Theme panel->Custom Css area like this: http://screencast.com/t/omWBi62Q691R

.td-header-style-6 .td-top-menu-full {
z-index: 0;
}

And the result you can see here: http://screencast.com/t/88nmwGzGDjiW

Hope this helps.

Thanks and let us how it goes!

Post count: 46

Thanks a lot, it worked like a charm. 🙂

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