menu permanently on all the pages ( left side ) how can i remove it

Posted in: Newspaper
Post count: 11

hello , on the left side of my website ( all pages ) the menu is always there even in the mobile version , i would like to have my content pages fit to screen desktop and mobile , and show only when i press the menu icon , tnx

Post count: 35449

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.

Post count: 11

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/

Post count: 35449

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!

Post count: 11

i did past the code as advised and it seems to be fixed in the desktop layout but not on the mobile version ( safari ) , thank you for your help

Post count: 35449

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.

Post count: 11

done tnx

Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newspaper’ is closed to new topics and replies.