Reply 293804 to: Mobile Bottom Area

Avatar: Olga Barlow
Olga Barlow
Support staff
July 12, 2021 at 14:22

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

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.