MyBB Community Forums

Full Version: Positioning help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I'm working on making a few modifications to a template that I'm using. Basically, I want to be able to align the live chat icon, with the logo (yes, the logo is terrible, I'm paying to get one designed asap). Does anyone have any ideas on how I would do this?

http://www.astoundinghost.com

Thanks.
#logo {
    margin-top: xxpx;
}

Just add this to your css and replace the xx with how many pixels you want to move the logo down.