Hi,
Any ideas how I can resolve this issue, I’ve got the main menu set to the top of the page with the logo centred below it and the Header Shopping Cart Icon is set to always display in menu but on roll over the cart items are hidden behind the content. I’ve tried changing the z-index but it doesn’t seem to make a difference. Any ideas?
Managed to sort this by changing overflow from hidden to visible – seems to be working OK now.
.html_top_nav_header .av-logo-container .inner-container{
overflow: visible!important;
}
