Problems with the "...
 
Notifications
Clear all

[Solved] Problems with the "Simplified" theme

5 Posts
2 Users
4 Reactions
650 Views
Posts: 104
Topic starter
(@adler11)
Estimable Member
Joined: 4 years ago

Hello! I found out today that on the main page of the Forum, when connecting the "Simplified" theme, some avatars (far right) are somewhat cropped (see screenshot). Not on all topics, but somehow selectively. What could it be and how can it be eliminated? I like this topic (Simplified) more than others, I would not like to give it up.
Thank you in advance for your help!

4 Replies
Tutrix
Posts: 1455
(@tutrix)
Noble Member
Joined: 5 years ago

@adler11

try

#wpforo #wpforo-wrap .wpfl-2 .wpforo-forum .wpforo-forum-data .wpforo-forum-details .wpf-stat-box .wpf-sbd.wpf-sbd-avatar .wpf-sbd-count {
  display: inline-block;
  position: relative;
  vertical-align: super;
}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-forum .wpforo-forum-data .wpforo-forum-details .wpf-stat-box .wpf-sbd.wpf-sbd-avatar {
  display: inline-block;
  overflow: unset;
}
1 Reply
(@adler11)
Joined: 4 years ago

Estimable Member
Posts: 104

@tutrix,

Tutrix, how do you know everything? 😀 

P. S. Everything works fine! Thanks!

Tutrix
Posts: 1455
(@tutrix)
Noble Member
Joined: 5 years ago
Posted by: @adler11

Tutrix, how do you know everything?

I maintain several friends' websites, so I know many problems and have to fix them 😉 

1 Reply
(@adler11)
Joined: 4 years ago

Estimable Member
Posts: 104