This topic has 4 replies, 2 voices, and was last updated 3 years, 4 months ago ago by Olga Barlow
Check the link:
https://www.8theme.com/topic/mobile-bottom-panel/#post-293279
Now problem is mobile popup
Check the Private content area…
Hello,
Add the below code to Custom CSS
.et-mini-content-opened .et-mobile-panel-wrapper {
z-index: 0;
}
Regards
Check the Private content area…
Hello,
In this case remove the
.et-mini-content-opened .et-mobile-panel-wrapper {
z-index: 0;
}
and
.etheme-sticky-panel.outside {
visibility: visible;
opacity: 1;
transform: none;
}
Add the below custom instead
html:not(.et-mini-content-opened) .etheme-sticky-panel.outside {
visibility: visible;
opacity: 1;
transform: none;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up