Reply 315678 to: Hello, how do I install this button above the product catalog?

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

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.