Hi,
Try to change the Menu display type to Slideout Over content instead of Slideout Push Content.
That should do the trick.
I will need the site URL to have a look.
Thanks
Thanks. Can you change the menu display type to Slideout Over content?
It’s your theme that is hiding it in the mobile perspective.
Add the code below to the custom CSS option.
@media only screen and (max-width: 599px){
.mob-menu-header-holder {
#scrollUp {
display: block!important;
}
}
Clear the cache and test again.
Thread Starter
hejman
(@hejman)
Unfortunately still does not appear.
@hejman Your theme is hiding it with javascript when the site is displayed in mobile resolutions.
Nothing I can do on WP Mobile Menu side, check with your theme support if there is any easy way to avoid that.
Thread Starter
hejman
(@hejman)
Thank you very much for your work and your help.