XF 2.0 Adjust forum Icons

[xFv]

Well-known member
Hello!
This is a little embarrasing but I have been trying to adjust the margin on the forum icons but not having any luck.

This is what I have been trying with:
Code:
div.node--category.node.icon
{margin-top: -10px;}
Any help is much appreciated!
 
Last edited:
I have to work a lot with margins because I have a super clean site with a lot of the standard forum stuff removed. I usually have better luck changing margins within the style margin property boxes, rather than add it as additional css. I don't know why but I find this to work better (depending on style of course.) Hope this helps.
 
Back
Top Bottom