MyBB Community Forums

Full Version: Images Help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello So i've added a new icon for sub boards , anyways i want to raise it up abit , how can that be done?

[Image: 2u8fn2o.png]
in your theme's global2.css file (edit through admin panel >> themes)
for class .subforumicon --> change vertical-align: middle; to vertical-align: top;
Thank you , how may i put a space between the icon and the sub board name example its ucrrently:
IconSuBoard

I wanna make space like this:
Icon SubBoard
^ you can add margin-right: 4px; for that .subforumicon class