Off canvas sidebar opener
-
Hello
Is it possible to make the off canvas sidebar opener visible in all resolutions?
Thank you.
Hello,
Please send your updated access and page URL
Best Regards
Hello,
Please clarify your issue: you want “to make the off canvas sidebar opener visible in all resolutions”
However, it is already visible http://prntscr.com/ln04dg
Best Regards
Hello
In fact it is not an issue.
I have noticed that in small devices (look at the video) while you are scrolling down the sidebar opener is always visible.It is sticky on the left side.
So I was wondering if it is possible to do the same in desktop devices.
Hope I was clear enough.
Thank you.
Hello,
It is not possible to do exactly as on the mobile view. On the desktop, it will be always shown not depending on the scroll.
Add this code to the Theme Settings > Custom CSS > Desktop
.offcanvas-sidebar-mobile .woodmart-sticky-sidebar-opener {
display: block;
opacity: 1;
visibility: visible;
-webkit-transform: none;
transform: none;
pointer-events: unset;
}
You will get the result like this https://gyazo.com/7988594ea617d75ff6458a4671065ec8
Best Regards
Do you think it is possible to achieve with custom work?
Maybe a freelance developer can do that for me.
Hello,
If the code provided is not acceptable you are free to hire a freelancer to customize the theme under your special needs.
Best Regards
Than you very much for your time.
You can close the ticket.
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘Off canvas sidebar opener’ is closed to new replies.