Notifications
Clear all

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

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

topic icon position issue on mobile version help pls!

 

1 Reply
Sofy
Posts: 4772
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 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;
}
}