Full-screen Overlay On Click - Question | JoomShaper

Full-screen Overlay On Click

S

Sandra97

Helix Framework 1 year ago

Hi,

On this site: https://rolex.ahriise.com/collection I would need, on mobile view, the left side bar to open on a fullscreen overlay when you open the Filters.

I nearly succeeded to do it but one thing is missing: a cross to close it.

Could you tell me how I could achieve this?

Thanks in advance

Sandra

0
1 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 year ago #106423

Hi there!

Thanks for your query.

Did you mean the offcanvas menu, please? If yes, then you can try the following code in your custom CSS:

.offcanvas-menu {
    width: 100%;
}
body.ltr.offcanvs-position-left .offcanvas-menu {
    left: -100%;
}

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

Best Regards

0