Eh intentado buscar el tamaño que tiene el logo en el archivo .css, pero no encuentro como cambiarlo....
Les dejo una parte del codigo de la plantilla .css, supongo que el tamaño del logo se encuentra en esta porcion, ya que el otro codigo trata de otras partes del sitio.
Código HTML:
body,html {background:url(http://ferpahud.com.ar//styles/cbv2new/images/fondo.png) repeat; margin:0px; padding:0px; font-family:Arial, Helvetica, sans-serif; color:#0099FF; font-size:11px; word-wrap:break-word;} #content{} /* CLEARS */ .clearfix { } .clearfix:after{ content: "."; display:block; height:0; font-size:0; clear:both; visibility:hidden; } /* GENERAL CSS */ a{ color:#0066cc; text-decoration:underline; outline:none; } a:hover,a:active { /*color:#464646; */ color:#d54e21; outline:none; } a[rel=sponsors] { padding:5px; background:#0099cc; border:1px solid transparent; } a[rel=sponsors]:hover { background:#FFFFFF; border:1px solid #FFFFFF; } img, a img { border:0px none; } .video_thumb { background:#FFF; border:1px solid #FFFFFF; padding:1px; float:left; margin-right:5px; margin-bottom:5px; position:relative } .video_thumb .duration{ position:absolute; right:1px; bottom:1px; background-color:#FFFFFF; color:#FFFFFF; font-size:9px; display:inline; padding:1px} .video_thumb:hover { border:1px solid #FFFFFF; } .vid_sp { padding:5px 0px; margin-bottom:10px; border-bottom:1px solid #FFFFFF; clear:both; } .moveL { float:left; } .moveR { float:right; } .heading{font-size:12px; color:#FFFFFF; background-image:url(../images/nav_grads.png); background-position:-0px -195px; background-repeat:repeat-x; height:28px; display:block; color:#fff; line-height:28px; font-weight:bold; padding-left:5px; } /** Rating */ .rating{width:50px;height:15px;} .rating .stars_blank { background:url(../images/small_stars.png) ;background-repeat:repeat-x; background-position:bottom; height:12px; width:100%; } .rating .stars_filled { background:url(../images/small_stars.png);background-repeat:repeat-x; background-position:top left; height:12px; float:left; } .viewCollectionRating { width:140px; height:28px; } .viewCollectionRating .stars_blank { background:url(../images/big_stars.png) ;background-repeat:repeat-x; background-position:bottom; height:28px; width:100%; } .viewCollectionRating .stars_filled { background:url(../images/big_stars.png);background-repeat:repeat-x; background-position:top left; height:28px; float:left; } .big_stars{width:140px; height:28px; position:relative} .big_stars .stars_blank { background:url(../images/big_stars.png) ;background-repeat:repeat-x; background-position:bottom; height:28px; width:100%; } .big_stars .stars_filled { background:url(../images/big_stars.png);background-repeat:repeat-x; background-position:top left; height:28px; float:left; } .big_stars li:hover,.big_stars .stars_highlight{background:url(../images/big_stars.png);background-repeat:repeat-x; background-position:center left; height:28px; float:left;} .big_stars ul{position:absolute; top:0px; left:0px} .big_stars ul, .big_stars ul li{margin:0px; padding:0px; list-style:none; float:left; } .big_stars li{display:block; float:left; width:28px; cursor:pointer; text-indent:-50000px} .big_stars li:hover{} /* CONTAINERS */ .container_container{} .container { width:1000px; margin:0px auto; padding:0px; position:relative; } .topHead{background:#333333 !important} .content_con { width:660px; margin:0px auto; padding:0px; float:left; margin-left:8px; } .login_con { width:325px; float:right; margin:0px; padding:0px; position:absolute; top:0px; right:0px; z-index:999; } .side_con { top repeat-x; width:305px; min-height:391px; margin:0px 8px 0px 0px; padding:5px; float:right; } .feature_con { background:url(../images/simple_gradient.png) bottom repeat-x; border:2px solid #ccc; background-color:#fff; min-height:287px; padding-bottom:4px;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;} .search_con { float:right; margin:0px; padding:0px;margin-right:4px; margin-top:3px; } .foot_s_con { width:500px; margin:10px auto 0px; padding:10px 0px 0px; } /* HEADER */ #header { margin:0px 0px 15px; padding:1px 0px 0px 5px; } /* LOGO */ .logo { background:url(../images/logo.png) left bottom no-repeat; float:left; margin:2px 2px 10px 3px; padding:0px; }
Código HTML:
/* HEADER */ #header { margin:0px 0px 15px; padding:1px 0px 0px 5px; } /* LOGO */ .logo { background:url(../images/logo.png) left bottom no-repeat; float:left; margin:2px 2px 10px 3px; padding:0px; }
Espero su respuesta y muchas gracias!