Reply 324466 to: make the mobile panel not hide at bottom

Avatar: Rose Tyler
Rose Tyler
Support staff
May 24, 2022 at 07:05

Hello,

1/ Add the next code in Theme Options > Theme custom CSS:

html:not(.et-mini-content-opened) .etheme-sticky-panel.outside {
    visibility: visible;
    opacity: 1;
    transform: none;
}

2/ Theme custom CSS > Global:

@media screen and (max-width: 980px) {
    #glt-translate-trigger {z-index: 0;}
}

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.