Jump to content

How to aligne header block to the left column?


Recommended Posts

Just, edit the global.css in the theme folder of your theme, search the HEADER tag, and set the margin-left to negative number :

#header {
float: left;
height:100px;
width: 100%;
text-align: right;
margin-left:-100px; the negative number indicates to move the header to the left

}

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...