P
pikline
Dseda
SEO
Buenas, tengo un problema en el logo y es que quiero darle mas espacio (el theme solo deja 60px pero se ve enano...) y quisiera bajar el menu he estado mirando la hoja de estilos pero las cosas que he tocado no me han servido para bajarlo. El theme es ifeatured
Os dejo con una captura ya que no puedo poner el link de la web y tambien con el CSS
saludos
Style CSS del header
/* Header */
#header { height: 140px; }
#headerwrap { height: 100px; }
#logo {
height: 180px;
max-height: 180px;
margin-left: 5px;
bottom: 10px;
padding-top: 14px;
z-index: 1;
}
.description {
font-size: 16px;
margin-left: 5px;
}
#header_contact {
float:right;
padding-top: 10px;
height: 20px;
text-align: right;
max-width: 300px;
display: block;
min-height: 20px;
}
#header_contact1 {
float:right;
padding-top: 10px;
height: 20px;
text-align: right;
max-width: 300px;
display: block;
min-height: 20px;
}
#header_right {
float: right;
margin-right: 5px;
width: 335px;
height: 100px;
}
.sitename {
font-size: 26px;
font-weight: bolder;
}
Gracias de antemano
Os dejo con una captura ya que no puedo poner el link de la web y tambien con el CSS
saludos

Style CSS del header
/* Header */
#header { height: 140px; }
#headerwrap { height: 100px; }
#logo {
height: 180px;
max-height: 180px;
margin-left: 5px;
bottom: 10px;
padding-top: 14px;
z-index: 1;
}
.description {
font-size: 16px;
margin-left: 5px;
}
#header_contact {
float:right;
padding-top: 10px;
height: 20px;
text-align: right;
max-width: 300px;
display: block;
min-height: 20px;
}
#header_contact1 {
float:right;
padding-top: 10px;
height: 20px;
text-align: right;
max-width: 300px;
display: block;
min-height: 20px;
}
#header_right {
float: right;
margin-right: 5px;
width: 335px;
height: 100px;
}
.sitename {
font-size: 26px;
font-weight: bolder;
}
Gracias de antemano