Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

[Solved] Move topic icons

5 Posts
2 Users
0 Reactions
587 Views
Posts: 43
Topic starter
(@badge)
Trusted Member
Joined: 6 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: 3611
(@chris)
Famed Member
Joined: 4 years ago

Hi @@badge,

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

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

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

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

Famed Member
Posts: 3611

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

Thank you!