MyBB Community Forums

Full Version: Banner on home page
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Dear all,
how i can put banner on hope page opposite to Logo place..... on right side ?
website is http://www.oraerp.com and im using MyBBPro themeĀ 
Please guideĀ 
thanks
you can edit the global.css file and add a background image to the #logo like this in

#logo {
background: #2980B8 url(path-to-image/banner.png) no-repeat right !important;
}
if i want to set in template header file ... how to do that ?