Submenu issues with sticky header

Before I start, I have looked at the similar posts on here, checked z-index values and so on, but no luck!

So basically, I am using a sticky header and one of my top level menu items is parent to a small sub menu. On mouseover, only the first sub menu item appears. I had a play with the template version and I can’t get any of the sub menu to appear in that!

I’ve cleared the cache and checked across Firefox, Safari and Chrome - same results. Please help!

You can see the sticky header here: https://bwdcdev.co.uk

Thanks!

Hi There,

Thanks for writing in!

Please add this CSS to your theme option -> Global CSS and let us know how this goes.

 .ps-container {
  overflow: visible !important;
}

Hope this helps!

Worked like a charm, thank you!

Glad we were able to help :slight_smile:

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