Joomla 6.1.2 Migration - Question | JoomShaper

Joomla 6.1.2 Migration

JP

Jerome PORTERAT

Template 1 week ago

Hello,

I am currently migrating the site https://bovins-charolais-71-mateuil.com to Joomla 6.1.2. I am using the Unei template. Everything is practically working fine, except for the off-canvas menu, which is not functioning and is poorly positioned on mobile views.

Please let me know how I can resolve this issue.

Here is the link to view the problem: https://bovins-charolais-71-mateuil.com/V2

Best regards,

0
2 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 week ago #230582

Use that Custom CSS:

#offcanvas-toggler.offcanvas-toggler-secondary {display: none !important;}
@media screen and (max-width: 980px) {
#sp-logo {max-width: 60%;}
#sp-menu {max-width: 35%;}
nav.sp-megamenu-wrapper #offcanvas-toggler {display: block;}
#offcanvas-toggler {display: block !important;margin-top: 30px;}
#offcanvas-toggler.offcanvas-toggler-secondary {visibility: hidden;}
}
0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 week ago #230581

Hi Jerome,

yes, that can be fixed using simple Custom CSS code.

I can share solution or you can share access to admin area, decide

0