Lo que pasa es que el header tiene un degradado de izquierda a derecha por lo que si pongo un color de fondo quedaría cortado.
thelarios, en que parte de la plantilla meto eso? Es que yo apenas se de html y estas cosas:
Esta es la parte del header que tengo en la plantilla:
Código:
#header-wrapper {
position: relative;
height: 185px;
background: url(http://2.bp.blogspot.com/_A_BXOSXle0Y/THCzWsqZ9jI/AAAAAAAABCE/hvVYmeOthEY/s1600/bk_header.jpg) 0 51px no-repeat;
}
#header-inner {
background-position: center;
margin-left: auto;
margin-right: auto;
}
#header {
margin-top: 104px;
position:absolute;
left:0;
}
#header h1 {
font-size: 48px;
color: #333333;
}
#header a {
color: #333333;
text-decoration: none;
}
#header .description {
color: #999999;
display: block;
font-size: 12px;
margin-top: 6px;
padding-left: 5px;
padding-top: 5px;
}
#header img {
margin-left: auto;
margin-right: auto;
}
#header img{
position: absolute;
margin-top: -20px;
left:0;
}
y esto:
Código:
<div id='header-wrapper'>
<b:section class='header' id='header' maxwidgets='1' showaddelement='no'>
<b:widget id='Header1' locked='true' title='Ubuntu &amp; Software libre (cabecera)' type='Header'>
<b:includable id='title'>
<b:if cond='data:blog.url == data:blog.homepageUrl'>
<data:title/>
<b:else/>
<a expr:href='data:blog.homepageUrl'><data:title/></a>
</b:if>
</b:includable>
<b:includable id='description'>
<div class='descriptionwrapper'>
<p class='description'><span><data:description/></span></p>
</div>
</b:includable>
<b:includable id='main'>