website pages not fixed move to the left side and show the Main Menu

Posted in: Newspaper
Post count: 12

Hello,

i have a problem on my site in both mobile and desktop, the website move to the left side and when i move to left side i can see the main menu,how i can make it fixed not moving to left and right

My website is : http://www.arabdebate.net

Thanks

Post count: 22421

Hello,

I cannot see the issue now. It is most likely because of your RTL customization. Our theme does not support RTL by default so only through customization can you achieve the result wanted. If the customization is not done properly, all kinds of layout errors can appear. Be careful with your implementation.

Thanks.

Post count: 1

can you provide a video tutorial link of rtl customization?

Post count: 12

we only install a plugin : Polylang

Post count: 20688

Hi,


@urdunet
The theme does not support RTL direction, it is not optimized for this and there are no guides or tutorials that I could provide you with. If attempted there will most likely be issues, these could only be solved with customization and modifications on your part.

@efunny That is happening because of RTL, not that plugin. I could give you a solution to fix that issue, but others may happen caused by RTL. Enter this code in Theme panel->Custom CSS and see if the problem is fixed

#td-mobile-nav {
position: fixed;
}

Thanks

Post count: 12

Thank you! Fixed when i add your Custom CSS

Post count: 12

hello,

after installing tagDiv Speed Booster the code that you give it to me to make website fixed not moved right and left stop working and website again not fixed

Thanks

Post count: 22421

Hello,
Please try to add !important to the css like so:

#td-mobile-nav {
position: fixed!important;
}

Thank you!

Post count: 12

hello

fixed

thanks.

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