Notifications
Clear all

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.

 

wpForo 1.x.x [Closed] topic icon position issue on mobile version

2 Posts
2 Users
0 Reactions
1,411 Views
Posts: 13
Topic starter
(@alfred)
Eminent Member
Joined: 7 years ago

topic icon position issue on mobile version help pls!

 

1 Reply
Sofy
Posts: 5486
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 years ago

Hi @alfred,

I this this CSS code should help you to solve the problem. 

@media only screen and (max-width: 700px) {
#wpforo #wpforo-wrap .wpforo-content .wpforo-topic {
display: flex;
}
}
@media only screen and (max-width: 700px) {
.wpforo-topic-info {
padding-top: 0 !important;
margin-top: 0 !important;
}
}