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

This topic has 4 replies, 2 voices, and was last updated 2 years, 9 months ago ago by Olga Barlow

  • Avatar: Robiul Islam
    ROBIUL ISLAM
    Participant
    July 9, 2021 at 13:28

    Check the link:
    https://www.8theme.com/topic/mobile-bottom-panel/#post-293279

    Now problem is mobile popup

    Check the Private content area…

    Please, contact administrator
    for this information.
    3 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    July 9, 2021 at 17:29

    Hello,

    Add the below code to Custom CSS

    .et-mini-content-opened .et-mobile-panel-wrapper {
        z-index: 0;
    }

    Regards

    Avatar: Robiul Islam
    ROBIUL ISLAM
    Participant
    July 10, 2021 at 18:04

    Check the Private content area…

    Please contact administrator
    for this information.
    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

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

You must be logged in to reply to this topic.Log in/Sign up

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