Home Forums WoodMart support forum Off canvas sidebar opener

Off canvas sidebar opener

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #91538

    leonidas
    Participant

    Hello
    Is it possible to make the off canvas sidebar opener visible in all resolutions?
    Thank you.

    #91648

    Hello,

    Please send your updated access and page URL

    Best Regards

    #91658

    leonidas
    Participant

    Sorry I forgot it.

    #91704

    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

    #91728

    leonidas
    Participant

    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.

    #91749

    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

    #91777

    leonidas
    Participant

    Do you think it is possible to achieve with custom work?
    Maybe a freelance developer can do that for me.

    #91786

    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

    #91794

    leonidas
    Participant

    Than you very much for your time.
    You can close the ticket.

    #91824

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 10 posts - 1 through 10 (of 10 total)

The topic ‘Off canvas sidebar opener’ is closed to new replies.