Jump to content

Modificar cabecera de la pagina web


manolitobr

Recommended Posts

Hola, estoy montando una web pero me surge un problema, tengo comprado el tema pero no esta como yo quiero, me interesa poner el logo de la tienda en el centro y a un tamaño un poco mas grande, y el menú horizontal bajarlo un poco, pongo una imagen de como me gustaría que quedara, si alguien puede ayudarme se lo agradecería.

 

Saludos

 

url de la pagina:

http://www.paraiphone.es

 

 

img de como me gustaría que quedase la cabecera

thump_8018938prueba.jpg

Edited by manolitobr (see edit history)
Link to comment
Share on other sites

Para bajar el menu, fichero:

 

/themes/orange/css/global.css

 

Busca esto:

 

#header_menu {
float: left;
position: absolute;
clear: both;
background: url(../img/menubg.png) no-repeat;
height: 61px;
top: 0px;
left: -22px;
width: 1056px;
}

 

 

Y déjalo así:

 

#header_menu {
float: left;
position: absolute;
clear: both;
background: url(../img/menubg.png) no-repeat;
height: 61px;
top: 11px;
left: -22px;
width: 1056px;
}

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...