MyBB Community Forums

Full Version: Header Right
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can i add an image to the header logo but on the right side ?
Create a float left and float right class and edit the Header Template -> header

Than use the following:

<div class="floatright">
IMAGE link
</div>
<div class="floatleft">
LOGO link
</div>