Hynbox   24 Aug, 2011, 2:30 pm
#1

Bueno quiero modificar el tamaño (altura) del logo ya que es muy pequeño Tongue No la imagen del logo, del tema me refiero para que quepan imagenes mas "altas".

[Imagen: 43509620.png]


Gracias Big Grin
nentab   25 Aug, 2011, 4:02 am
#2
Muy fácil, vete al global.css y busca:

div#cabecera h1 {
	background: #0d0c0c url(images/mycleanblue/fondo-cabecera.png) repeat-x;
	border-color: #000;
	border-style: solid;
	border-width: 0 1px;
	display: block;
	height: 60px;
	margin: 0 10px;
}

div#cabecera h1 a#logo {
	background: url(images/mycleanblue/logo.png) no-repeat;
	display: block;
	position: relative;
	width: 100%;
	height: 60px;
}

Si te fijas ahí se encuentra el height. Smile
Hynbox   25 Aug, 2011, 8:21 am
#3
Grax nentab ^^ +1 y CIERREN.
  
Powered By MyBB, © 2002-2025 MyBB Group.
Made with by Curves UI.