Offcanvas Menu Opens When On Mobile Display - Question | JoomShaper

Offcanvas Menu Opens When On Mobile Display

OH

O. Harris

Template 2 years ago

Using the Themis template I have disabled menu-type mega-menu, using offcanvas and positioned to the right.

However, on mobile device the offcanvas menu opens without having to tap or click on hamburger menu icon.

See demo site - http://janadians.com/faceypartners/

Thank you for your assistance

0
5 Answers
OH
O. Harris
Accepted Answer
2 years ago #21029

I am sending Admin user details.

0
OH
O. Harris
Accepted Answer
2 years ago #21028

See screenshot of current issue when in mobile view - https://prnt.sc/15ge2nx

Please help.

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #21009

Hello,

Would you please share a screencast video showing the whole issue?

Best Regrads

0
OH
O. Harris
Accepted Answer
2 years ago #20656

I am still having a similar problem. Now when the form opens responsively (ie. adjusting browser size), the offcanvas area slides out.

How can I fix? Site address - http://janadians.com/faceypartners/

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #17095

Hi there!

Sorry for the issue.

Would you please let me know the device resolution?

However, you may try the following sample code in your custom CSS:

.close-offcanvas{
    color: black;
}
body.ltr.offcanvs-position-right .offcanvas-menu {
    right: -360px;
}

Note: Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

https://prnt.sc/pu705g

https://prnt.sc/pu70zn

Best Regards

0