i use this code on the css code at settings>style
#wpforo #wpforo-wrap *{
direction: ltr !important;
}
but some how its dosent work
i be happy to have code for it and also make it 50% wide
i did make it 50% wide but it wus just at the left side on the page
so i look to make it RTL and 50% at the middle ty for your help guys.
Please remove that CSS code as soon as possible. Then delete all caches, purge CDN if you have, go to forum front-end and press Ctrl+F5 to reset browser cache.
After this step update this topic and leave a direct link to your forum.
wpForo is well optimized for RTL, it'll automatically turn on once you change your WordPress language to some RTL language in Dashboard > Settings > General admin page.
BTW in your css code you are setting LTR not RTL. That's a totally wrong solution.
i clean all catch i dont want to change the wordpress to RTL just the forum
so i change the LTR on the code and its work ?
link to the forum
https://levelup.cash/Forum
ok i just fix it to
#wpforo #wpforo-wrap *{
direction: rtl !important;
}
and its working all good just one more questin
how i do it 50% wide and keep it on the middle ?
hooo its changed just a part of the forum not all of it like other i see :/