- Joined
- Jul 25, 2024
- Messages
- 142
- Thread Author
- #1
Would you like to have thread status icons on the left side before thread title?
Add this to your extra.less template:
*this will work on thread list, what's new and new posts page, on mobile view there will be no difference
Would you like to move only some of the thread status icons?
Examples:
Add this to your extra.less template:
To change the icon side edit float class for each icon and choose left or right.
Note: make sure you always have these combinations: if you have float: left, make sure you have padding-right OR if you have float: right, make sure you have padding-left.
*this will work on thread list, what's new and new posts page, on mobile view there will be no difference
Add this to your extra.less template:
*this will work on thread list, what's new and new posts page, on mobile view there will be no difference
Would you like to move only some of the thread status icons?
Examples:
Add this to your extra.less template:
To change the icon side edit float class for each icon and choose left or right.
Note: make sure you always have these combinations: if you have float: left, make sure you have padding-right OR if you have float: right, make sure you have padding-left.
*this will work on thread list, what's new and new posts page, on mobile view there will be no difference