Hi folks,

I noticed that on mobile the off-canvas menu on my website has stopped appearing. I've been testing this in a dev area, and I've checked there are no related errors in the console. Any ideas? The module is definitely published and it used to work fine, possibly an update might have changed something in the settings for the template?

    Hi ruthcheesley,
    You can add the following CSS code to the templates/ja-right/css/custom.css file:

    .t4-off-canvas-body .navbar-collapse {
        display: block;    
    }
    
    .t4-off-canvas-body .navbar-collapse ul.mod-list.nav {
        flex-direction: column;
    }
    
    .t4-off-canvas-body button.navbar-toggler {display: none;} 
    6 months later
    Write a Reply...
    You need to Login to view replies.