문제

I am working on a new magento site, and there is a shopping cart link with a popup in the header, however the popup is being hidden behind the store search bar.

Can anyone help me figure this out? I've tried messing around with the z-index on the popup as well as the form to no avail

Site URL is http://www.brandography.org/healthworks

Thanks so much for all your help. I seriously mean it. This community has been really awesome.

도움이 되었습니까?

해결책

Specific Problem

Both the header .container and search bar container had their z-index set high and in the latter's case, an important! set. Removing z-index: 10000; from them fixes the problem.

Overall Problem

User is using a theme someone created that uses terrible CSS practices and could use an overhaul to remove all the float and important! elements, but that's up to the user and obviously for another day, another question.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top