Notifications
Clear all

wpForo 1.x.x [Closed] Topic Starter sign

3 Posts
3 Users
1 Likes
544 Views
dimalifragis
Posts: 2572
Topic starter
(@dimalifragis)
Famed Member
Joined: 4 years ago

Hi.

The topic starter flag/leaf is showing (for me) at the bottom left and below that are some likes and the user's name.

This creates the impression that the person that liked is the topic starter.

Is there a way to move that somewhere else?

 

Thanks

2 Replies
1 Reply
Tutrix
(@tutrix)
Joined: 4 years ago

Noble Member
Posts: 1267
Posted by: @dimalifragis

Is there a way to move that somewhere else?

you can move the likes to the right side with custom CSS

#wpforo #wpforo-wrap .wpfl-2 .bleft {
float: right;
margin-left: 10px;
border-left: 1px solid #E6E6E6;
padding: 3px 10px;
line-height: 16px;
}

or

#wpforo #wpforo-wrap .wpfl-2 .bleft {
float: right;
position: absolute;
right: 0;
}

https://www.screencast.com/t/6KQiv9FSG9q

Robert
Posts: 10503
Admin
(@robert)
Support Team
Joined: 8 years ago

I'm sorry but it's the place for the Simplified Forum Layout. There is no option to relocate it. You can change the forum layout if you want.