XF 2.3 Read/Unread threadlist font weight adjustments & icon cell

CTS

Active member
Licensed customer
Yeah I know this is a two-part question both involving thread list pages. But I have spent the last two hours trying to figure these out.

1 - The read/unread are too bold when listed unread on a dark theme. Where the heck can I adjust the font weights so all threads look as if they are read. I already use a "new" indicator so I prefer to have all threads not bolded whether or not read or unread. (is it the same as the forum titles on forum home?)

2 - And in the same area, I have been trying to give some avatar padding on the right side in the avatar cell to push over the title text area a few pixels. I just wish to add some spacing between the avatar and the title text cell. My experimentation has proven useless.

This has been driving me nutz all morning.
 
Last edited:
Number 2

And more searching allowed me to find the right code and padding to add to extra less in the .structItem-cell--main, now I just have to get it to reflect in mobile responsive.

Almost there...
 
Well I am stuck with the smaller two responsive screens.

The two larger responsive layouts were adjusted to my desires using:
Code:
.structItem-cell--main {
padding: 5px 10px 5px 20px;
}

But this is my final sticky point getting it to work in mobile and responsive small.
 
Back
Top Bottom