Jump to content

Solucionado - Como quitar margen de header


Recommended Posts

¿Como puedo quitar el margen que hay entre el header y el body? (es decir el margen que hay entre el menu y el body) No encuentro el parametro con el firebug.

 

La pagina es tucortina.es

 

Muchas gracias.

Creo que mas bien te refieres al margen entre el header y las columnas ¿no?

Link to comment
Share on other sites

el margen que hay entre el menu horizontal y las categorias

jeje

 

Intenta esto, ve al fichero:

 

http://tucortina.es/themes/default/css/global.css

 

Busca esto:

 

#header {
position: relative;
}

 

Y prueba dejarlo asi:

 

#header {
position: relative;
margin-bottom: -23px;
}

  • Like 1
Link to comment
Share on other sites

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