Notifications
Clear all

[Solved] Move topic icons

5 Posts
2 Users
0 Likes
359 Views
Posts: 43
Topic starter
(@badge)
Trusted Member
Joined: 5 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: 3650
(@chris)
Famed Member
Joined: 3 years ago

Hi @@badge,

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

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

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

1 Reply
Chris
(@chris)
Joined: 3 years ago

Famed Member
Posts: 3650

@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: 5 years ago

Thank you!