Notifications
Clear all

Style Overlapping category title on icon

2 Posts
2 Users
0 Reactions
93 Views
Posts: 1
Topic starter
(@erick)
New Member
Joined: 2 weeks ago

Hi, this is my first post there and thanks for this great forum plugin !
Before ask, i searched all over forums with no luck, so i apologizes if if solution hass been already posted.

To know, i changed fa icons for my own *.png files as it was described in this forum.
The problem is on mobile display, the category title is overlapping icons, as you can see in attached file.
There's a way to fix it ?
Thanks for your help.

Best regards.

Erick

1 Reply
Tutrix
Posts: 1436
(@tutrix)
Noble Member
Joined: 4 years ago

Hi @erick 

By default, the icons are not displayed on low resolution mobile devices.
You have probably removed this CSS code or changed the 620px size.

@media screen and (max-width: 620px) {
  #wpforo #wpforo-wrap .wpfl-2 .wpforo-forum-icon {
    display: none;
  }
}
Reply