Hello, how do I install this button above the product catalog?

This topic has 2 replies, 2 voices, and was last updated 2 years, 1 month ago ago by Olga Barlow

  • Avatar: Aleksandr
    Aleksandr
    Participant
    January 30, 2022 at 18:12

    Hello, how do I install this button above the product catalog?
    https://wampi.ru/image/RhHS77Q

    1 Answer
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    January 31, 2022 at 18:29

    Hello,

    This element uses position: fixed.
    You can change appearance using below code in Theme Options > Custom CSS

    .et-toggle-mob-sidebars-wrapper .et-toggle-mob-sidebars-inner {
        top: 11%;
        -webkit-transform: translateY(-11%);
        transform: translateY(-11%);
    }

    Regards

  • Viewing 2 results - 1 through 2 (of 2 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.