Log in

View Full Version : Adjust forum icons


SPEEDKILLZ
01-31-2014, 06:05 AM
new and old forum icons need adjust and moved down a bit. Where is the setting for this?

ozzy47
01-31-2014, 10:07 AM
Try adding this to your additional.css

.forumbit_post .foruminfo .forumicon {
padding-top: 5px !important;
}

Adjust 5px as needed

SPEEDKILLZ
02-01-2014, 02:25 AM
Thanks ozzy that got it down. So can i add right and it move right?

ozzy47
02-01-2014, 02:26 AM
Yep. You can do that. Change the above code to this.

.forumbit_post .foruminfo .forumicon {
padding-top: 5px !important;
padding-left: 5px !important;
}