Hi there,
On this menu item:
https://www.drb-holding3.co.uk/the-economic-cycle
The drop-down menus fall behind the main content, but I can't see which z-index to increase to stop this from happening. Could you help please?
Many thanks,
Dave.
Hi Dave,
You can try this custom CSS:
@media (min-width: 992px){ div#t4-navigation { z-index: 99; position: relative; } }
Thank-you! 🙂