Offcanvas Menu is Automatically Activated - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

Offcanvas Menu is Automatically Activated

martin

martin

Template 4 years ago

i have a little problem. when i view my site with my phone, the offcanvas menu is automatically activated. do you have any idea why?

0
4 Answers
Pavel
Pavel
Accepted Answer
4 years ago #8344

Hi. It doesn't activate, it just pops out. The reason for this is the code at 767px breakpoint.

.offcanvas-menu {
    width: 100%;
}

It looks like you made the change. The default is 300px. By the way, never change the main template files. Write all your code in to custom.css file.

In order to compensate for the 100% width use this code

body.ltr.offcanvs-position-right .offcanvas-menu {
    right: -100%;
}
0
martin
martin
Accepted Answer
4 years ago #8349

pavel, you re great

thanks

0
Pavel
Pavel
Accepted Answer
4 years ago #8351

You are wellcome

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 4 years ago #8359

Thanks Pavel for solving this

0