.mobile-menu-off-canvas help

2 replies · opened Aug 8, 2022

SsilkysackAug 8, 2022

Is it possible when the .mobile-menu-off-canvas is in use to have the body of the website slide with the menu instead of having the menu slide on top of the website body? Similar to how the side panel has the "side-push-panel" option? Thanks!

SSemicolon WebSTAFFAug 8, 2022

Hello,

This is definitely possible! Consider using the following CSS:
[ch_pre type="css"]@media (max-width: 991.98px) {
#wrapper {
left: 0;
transition: left .3s ease-in-out;
}

.primary-menu-open #wrapper {
	left: 280px;
}

}[/ch_pre]

Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

SsilkysackAug 9, 2022

Perfect Thanks!

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard