This topic has 2 replies, 2 voices, and was last updated 1 years, 1 months ago ago by Rose Tyler
In context of https://www.8theme.com/topic/gdpr-plugin-stays-on-top-of-mobile-nav-menu/#post-369134
You wrote
In case you don’t use fixed footer on your web-site then the fix you found will not give you any issues and could be left for your case.
But in fact it does break the checkout/cart page with separated layout. Changing the z-index back to 1 makes it as before.
So my proposed solution doesn’t really fix the issue.
Hello, Ecommercedev,
You can use separate classes to latch onto and make the page-wrapper stable again with z-index: 1;
.cart-checkout-advanced-layout .page-wrapper {
z-index: 1;
}
or even
.cart-checkout-separated .page-wrapper {
z-index: 1;
}
Kind Regards,
8theme team
You must be logged in to reply to this topic.Log in/Sign up