Showing 1 – 1 of 1 replies
nabberuk

How would I go about disabling the side […]

nabberuk PURCHASED
8 years ago
Hi,

How would i go about disabling the side menu that can be shown/hidden?

on one page i would like it to be displayed all the time and not at all on another page.

Some documentation would be great.

Thanks
tomaj
tomaj SELLER
8 years ago
Hi

If you want disable possibility to close menu you add class "hidden" on div ".js-nav-toggler"

If you want to hide left menu you have to add "hidden" on side menu ".aside" div
and you can also try to remove class "extended" from div "pageContent"

Regards