This issue seems to be back again – https://kriesi.at/support/topic/small-top-navigation-drop-down-not-working/#post-169820
I have tried adding that fix and it doesn’t work. This is happening on Safari at http://www.tomhodgson.co.uk
Thank you
Hi hodgsondesign!
I checked your site on safari and the top menu submenu works fine. Please remove browser cache then reload the page.
#header_meta {
z-index: 2 !important;
}
Best regards,
Ismael
This still isn’t working, you need to test this by hovering over the wedding menu item on the very top menu, it seems to drop when you get to the page content, as though it has a lower z-index number?
Fixed it, I just added the following fix instead to my custom css but you guys will want to fix this for the next update I guess:
#header_meta {
z-index: 5000;
}
Thanks