This topic has 5 replies, 2 voices, and was last updated 2 years, 5 months ago ago by ziga32
How can I make mobile panel not hide when I scroll to the bottom of the page?
https://i.imgur.com/nNDkTyO.png
Also the google translate widget is covering the mobile menu and I can’t seem to target the menu with css to override it.
https://i.imgur.com/UbiXMPd.png
I used this code but no worky:
https://i.imgur.com/n6LOlk0.png
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
thanks, but not gtranslate is hidden behind items on home page
https://i.imgur.com/XLPOgib.png
Hello,
We’ve changed the custom CSS code. Please clear cache and check.
Regards
thank you!
Tagged: hide bottom, mobile panel, persuasive, seo friendly, themes, woocommerce, wordpress
The issue related to '‘make the mobile panel not hide at bottom’' has been successfully resolved, and the topic is now closed for further responses