OneClip Template - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

OneClip Template

OG

OASE Software GmbH

Template 2 years ago

dear team!

after you have solved a few issues according template, page builder 5 and joomla 4 some new issues was found. if you are on mobile menu, burger menu, and click or tap the icon, only a white page apears but the mobile menu does not open as expected.

could you please repair this behavior.

best regards daniel

0
4 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #125684

Hi there!

Thanks for reaching out to us.

Please use the following code in your custom CSS:

.offcanvas {
    visibility: visible;
}
.offcanvas-menu .nav.menu {
flex-direction: column;
}

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

https://prnt.sc/5mBuSRh907N3

https://prnt.sc/ooiq-lkMEXr_

https://prnt.sc/nunlX-f5AhK1

Best Regards

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

There was a dot missing in your code, I have corrected it. Please check and let me know if everything is fine.

Screenshot in the hidden content box.

0
OG
OASE Software GmbH
Accepted Answer
2 years ago #125693

have inserted the code as you wrote but does not changed the issue.

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

Thanks for accepting the answer:)

Have a nice day!

0