Inline Mod Check Box

ibaker

Well-known member
Hi
For the life of me I can't seem to find where I can add a 10px space after the inline mod checkbox that is displayed in the Thread View:
1.webp

Any help is appreciated
 
Spoke too soon, I used margin-right 10px and it moves all others as well as the Thread view like in the What's New which is already ok but moves the title even further away...I just need it for the Thread view and I am not sure what I have done to cause it
 
You might want to try padding-left on the link:
Code:
.discussionListItem .title a { padding-left: 5px; }

I have looked it over on my site, and I am not sure what controls the distance there, when inspecting it in Chrome, there are no paddings or margins on my site, yet it is spaced. Might just be a space between them.
 
It is so strange which is why I couldn't figure it out as putting the padding left on the title also does the same for other instances like increasing the already properly placed title in What's New...I can't figure out what the difference is between the way it is displayed in the threads list and the What's New.
 
Top Bottom