MyBB Community Forums

Full Version: move my logo to left side in header area.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Can any one help to move my logo in header area.
I want to move my header logo to left side.
Please help me with this to do it. This is the logo code. Undecided Undecided


#logo {
    background: #000;
    padding: 15px 0;
    border-bottom: 1px solid #263c30;
    text-align: center;
}

#content {
    background: #252525;
    padding: 20px 10px;
    overflow: hidden;
    
    color: #efefef;
    width: auto !important;
}
I thought it was default on the left hand side, but if it helps I moved mine the the centre by making a change in:

Templates > Header templates > Header.

I added <div align="center"> just above <div id="logo">

You could try playing with that.
If your logo is text only, you can simply change text-align:center to :left. If there's more to it maybe the below will help.

Through the CSS you could try adding to #logo:
float:left;


I think like sansisop said though you are better off going through the Template. You could try div align=left or

<div style="float:left">