I spotted an issue when our site is viewed from a mobile device. Apparently, everything looks fine, but, if you swipe to the left, you will see that the dropdown menu, which should only be visible when the “bars” button is touched, is appears as a vertical column on the right, while it should stay completely hidden (see screenshot). Important: this issue is only visible on mobile devices, shrinking the browser window on a desktop won’t show it.
I tried removing all custom CSS and also installed the theme on a clean website, but the issue persists, therefore I reckon it’s due to the theme itself. Could you please give me some indications on how to hide the menu correctly, without breaking anything? Thanks.
Hey Diego!
Add this to your custom CSS.
#wrap_all { position: relative !important; }
Cheers!
Elliott
Thanks Elliott. Is it a bug that it’s going to be fixed in a future update?
Thanks, that code did the job.
Hi!
Glad to hear that it solved your problems, it’s a bug yes and it will be fixed in the next update.
Cheers!
Rikard
Why hasn’t this bug been fixed??
Hi,
It has, please update your theme to the latest version, 3.3.2.
Best regards,
Rikard
I am using 3.3.2 – I had to to add this code…