This topic has 4 replies, 3 voices, and was last updated 3 years, 4 months ago ago by Rose Tyler
When scroll down 100% mobile bottom panel is hide. How to fix it??
check the Private content area.
Hello,
Add the below custom to Custom CSS
.etheme-sticky-panel.outside {
visibility: visible;
opacity: 1;
transform: none;
}
Regards
Hare is another problem when scrolling down 100% scrolling animation position not good for the mobile bottom, how to solve???
Check the Private content area…
Hello,
Add the next code in Theme Options > Theme custom CSS > Custom CSS for mobile:
.back-top {
bottom: 70px !important;
right: 10px;
}
Regards
The issue related to '‘Mobile Bottom Panel’' has been successfully resolved, and the topic is now closed for further responses