Hi,
Please make sure that you do not have a plugin conflict, please deactivate all non theme plugins, also if you are using child theme or cache plugin, please deactivate them, clear all cache and try again.
If the problem is still there please provide me a link were I can inspect this problem.
Thank you.
hi , i did deactivate all the non theme plugins and clear the cache but the problem is still there , this is the link as requested https://tipstravelbook.com/
Hi,
You can try this fix
#td-mobile-nav {
position: fixed;
}
Paste the code in Newspaper>Theme panel>Custom code>Custom css
But also is possible to be others elements broken in RTL
Our theme was does not support RTL so simply changing the direction will not work properly. Lots of theme elements have to be adjusted for the thee to support RTL.
Thank you!
Hi,
Please set this code in Newspaper>Theme panel> Mobile theme > Custom code>Css too
-> https://www.screencast.com/t/7FGPy4FWV
#td-mobile-nav {
position: fixed;
}
This will fix the menu on mobile.
Thanks.