Notifications
Clear all

[Solved] Move topic icons

5 Posts
2 Users
0 Likes
110 Views
Posts: 43
Topic starter
(@badge)
Trusted Member
Joined: 4 years ago

Any way to move the topic icons to their own column to the left of the topic text so the text doesn't wrap around them on smaller screens?

 

https://projectp51.com/community/general-discussion/

Topic Tags
4 Replies
Chris
Posts: 3547
Admin
(@chris)
Support Team
Joined: 2 years ago

Hi @@badge,

Can you provide a screenshot where the text wraps around the icon?

Posts: 43
Topic starter
(@badge)
Trusted Member
Joined: 4 years ago

Sure, here you go its post/reply page when you shrink your browser.

1 Reply
Chris
Admin
(@chris)
Joined: 2 years ago

Support Team
Posts: 3547

@badge,

Try this CSS Code: 

#wpforo #wpforo-wrap .wpforo-topic .wpforo-topic-info .wpforo-topic-title a:nth-child(2){
    width: 85% !important;
    display:inline-block;
}
Posts: 43
Topic starter
(@badge)
Trusted Member
Joined: 4 years ago

Thank you!