Threaded layout - a...
 
Notifications
Clear all

[Solved] Threaded layout - alignment issue

3 Posts
2 Users
2 Likes
347 Views
Posts: 93
Topic starter
(@nutritionchat)
Estimable Member
Joined: 4 years ago

Hi guys

Thanks for your great forum software!

I've been experimenting with the Threaded layout, and noticed a minor alignment issue with large numbers of views/posts.

I think it's the REPLIES (rather than VIEWS) that is throwing this out - anything we can do ?

Topic Tags
2 Replies
Chris
Posts: 3650
(@chris)
Famed Member
Joined: 3 years ago

Hi @nutritionchat,

Use this CSS Code: 

#wpforo #wpforo-wrap .wpfl-4 .wpf-thread-box.wpf-thread-views{
    max-width: 55px;
}
1 Reply
(@nutritionchat)
Joined: 4 years ago

Estimable Member
Posts: 93

Wow, @chris - that's perfect, thanks. 😊