Jump to content

[Solved, no solution]How to change header colour (an image attached...)


Recommended Posts

Use this codes:

#header {
background-color:#fff;
float:left;
height:77px;
text-align:right;
width:71%;
}




and this one:

h1#logo {
background-color:#fff;
float:left;
width:29%;
}

Link to comment
Share on other sites

Look in your global.css under the global layout (line 186 in my global.css but can be different on any other theme):

/* global layout */
#page {
   width: 980px;
   margin: 0 auto 2px auto;
   text-align:left;
}
h1#logo {
   float: left;
   width: 29%;
   margin-top:0.5em;
}
#header {
   float: left;
   width: 71%;
   text-align: right;
} 



If you don´t have the logo line you maybe try to add it.

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...