hello guys.
i need little help with my wpforu
this is my forum
http://arena-il.com/community/
and i want to change the side of the all forum from left to right to right to left like this one:
http://ronithaimoff.co.il/community/
because i want to translate it to hebrew like this one and in hebrew its right to left
hope you understand me
thank you!
Hi@moshe,
Please try the following CSS code:
#wpforo #wpforo-wrap #wpforo-menu {
flex-direction: row-reverse;
}
#wpforo #wpforo-wrap .wpforo-subtop {
display: flex !important;
flex-direction: row-reverse;
}
#wpforo #wpforo-wrap .wpforo-feed {
float: left !important;
}
#wpforo .wpfl-2 {
display: flex;
flex-direction: column-reverse;
}
#wpforo #wpforo-wrap .wpf-sbtn {
float: right;
}
#wpforo #wpforo-wrap.wpf-dark #wpforo-stat-header {
display: flex;
justify-content: flex-end;
}
#wpforo #wpforo-wrap #wpforo-stat-body .wpf-stat-data {
display: flex;
flex-direction: row-reverse;
}
#wpforo #wpforo-wrap #wpforo-stat-body .wpf-last-info p {
display: flex;
flex-direction: row-reverse;
}
If you need some other style customizations you'll need to do it yourself, based on the example I've provided above. Please note, that we don't provide support for style customization, we may help in 1-2 simple questions related to colors and background but not more. We only help with general questions and issues. We can not help you customize all components of your website. These are custom requirements and should be done by website owners.
Thank you for your understanding.