Notifications
Clear all

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

2 Posts
2 Users
0 Reactions
1,404 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: 5509
 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;
}
}