Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1067214

    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?

    #1067398

    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;
    }

    #1067650

    Hi,

    Great, I’m glad you found a solution and thanks for sharing. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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