Hello, im using quickstart J4 package. The offcanvas is having some serious issues. The close button (X) it's not fully shown inside the offcanvas position, same for the arrows of the submenus. Also when pressing the the x button to close it there is some delay effect that for some seconds shows the offcanvas elements on your screen.
Please advise me how to fix those. Regards
haonas Hi
Could you share the super admin account of your site? I will take a look at the settings.
saguaros i have added the credentials as you asked me. Regards
Somehow, the width of off-canvas is set to 340px and it caused the issue.
I just added this custom CSS:
/*Off-canvas*/ .t4-offcanvas {width: 300px !important;}
It looks better now, kindly check.
Thank you it looks better indeed. Did you manage to check the second issue that when you close the menu you still see some elements for some seconds?
I believe that i found what was causing the offcanvas bug. It's somehow related to Megamenu animation value that i had in fading and this somehow was affecting the way offcanvas behaves. When i turned it off the fading issue of offcanvas was gone. I do believe that this is not normal behaviour and it's a bug. Regards
Could you share screenshot of the part that you add the animation value?
At this moment, when I click to close off-canvas menu, I don't see that issue.