Mobile Bottom Panel - by ROBIUL ISLAM - on WordPress WooCommerce support

This topic has 4 replies, 3 voices, and was last updated 2 years, 9 months ago ago by Rose Tyler

  • Avatar: Robiul Islam
    ROBIUL ISLAM
    Participant
    June 29, 2021 at 14:15

    When scroll down 100% mobile bottom panel is hide. How to fix it??
    check the Private content area.

    Please, contact administrator
    for this information.
    3 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    June 29, 2021 at 23:46

    Hello,

    Add the below custom to Custom CSS

    .etheme-sticky-panel.outside {
        visibility: visible;
        opacity: 1;
        transform: none;
    }

    Regards

    Avatar: Robiul Islam
    ROBIUL ISLAM
    Participant
    July 6, 2021 at 20:04

    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…

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 7, 2021 at 13:53

    Hello,

    Add the next code in Theme Options > Theme custom CSS > Custom CSS for mobile:

    .back-top {
        bottom: 70px !important;
        right: 10px;
    }

    Regards

  • Viewing 4 results - 1 through 4 (of 4 total)

The issue related to '‘Mobile Bottom Panel’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.