Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
Hello, I recently migrated from phpbb and I am very happy with wpforo, but I have some small problems with the mobile version.
The problem is as follows when I enter a topic, there is stretching of the screen, I am attaching a photo below
The other problem I noticed is that the width of the forum is not at 100%, I tried to change it from Settings, Colors & Styles, Custom CSS Code but it doesn't work, I tried every way but it doesn't work... :/
Here's a picture
Hi @joorkataa,
Please leave a URL to your forum. I see some CSS Conflicts with your theme.
I've been trying all day and it still doesn't work... :/
I found where the problem is coming from
When I remove this code, the forum works fine, but the posts are crapping :/
@media (max-width: 767px) { .post-content-wrap .post-content-share { -ms-flex: 0 0 70px; flex: 0 0 70px; max-width: 70px; } .post-content-wrap .post-content { -ms-flex: 0 0 calc(100% - 70px); flex: 0 0 calc(100% - 70px); max-width: calc(100% - 70px); } }