Quote:
Originally Posted by j?rgk
hi,
we have a small problem with the header logo. you can see it on www.game-szene.de
the logo must more to the left site.
what can we do there? can you add me the code, that the logo is more left (without the placeholder)?
sorry for my bad english  i hope you understand what i meen 
|
open main css>>additional css section for clean blue.Search the code below;
.header {
background-color: #475a7d;
background-image: url(cb/cb/headarka.gif);
background-repeat: repeat-x;
margin:0 0 0 0;
padding:0 0 0 0;
}
and change margin option what you want
Example
.header {
background-color: #475a7d;
background-image: url(cb/cb/headarka.gif);
background-repeat: repeat-x;
margin-left: -10px;
padding:0 0 0 0;
}
you can change the -10px what you want
Quote:
Originally Posted by jlew24asu
I dont know what that means 
|
I asked that Have you reversed your templates to original?