Ver Mensaje Individual
  #1 (permalink)  
Antiguo 17/11/2011, 11:43
Avatar de el_tigre
el_tigre
 
Fecha de Ingreso: febrero-2006
Ubicación: Perú
Mensajes: 1.044
Antigüedad: 18 años, 2 meses
Puntos: 8
De acuerdo Duda con espacio en imagen y texto

Amigos estoy usando el tema: Foghorn y quisiera modificar el espacio entre la imagen y el texto, he dado duro golpes al aire y no logro encontrar el bendito código que me permita hacer eso...


image host

tengo dos hojas de CSS

Hoja de estilos
(style.css)

Hoja de estilos del editor visual
(editor-style.css)

Este código corresponde al primero
Código PHP:
/* =Images
----------------------------------------------- */

img.size-auto,
img.size-large,
img.size-full,
img.size-medium,
img.size-thumbnail {
    
heightauto;
    
max-width100%;
}
.
post-thumbnail {
    
width:40%;
    
margin:10;
    
padding:10;
    
float:left;
    
border:1px solid #000;
    
background:#eee;
    
margin-bottom:.7em;
    
position:relative;
}
.
post-thumbnail img {
    
heightauto;
    
max-width:100%;
    
display:block;
    
margin:auto;
}
.
post-thumbnail .entry-format {
    
position:absolute;
    
bottom:0;
    
right:0;
    
color:#eee;
    
font13px "Helvetica Neue"HelveticaArialsans-serif;
    
letter-spacing:.04em;
    
font-weight:bold;
    
text-transform:uppercase;
    
background:#999;
    
background:rgba(0,0,0,.6);
    
padding:5px 10px;
}
img.wp-smiley {
    
margin-bottom10;
    
margin-top10;
}
p img,
.
wp-caption {
    
margin-top0.4em;
}
.
wp-caption {
    
background#E9E9E9;
    
margin-bottom.7em;
    
max-width96%;
    
padding10px;
}
.
wp-caption img {
    
displayblock;
    
margin5px auto 0;
    
max-width98%;
}
.
wp-caption .wp-caption-text {
    
color#666;
    
font-familyGeorgiaserif;
    
font-size12px;
    
margin-bottom0.6em;
    
padding10px 0px 5px 40px;
    
positionrelative;
}
.
wp-caption .wp-caption-text:before {
    
color#9b8a62;
    
content'\2014';
    
font-size14px;
    
font-stylenormal;
    
font-weightbold;
    
margin-right5px;
    
positionabsolute;
    
left10px;
    
top7px;
}
.
gallery-caption {
}
img#wpstats {
    
displayblock;
    
margin0 auto 1.4em;
}

/* =Navigation
-------------------------------------------------------------- */ 

Nota: he posteado acá porque no sé si es problema del CSS o del mismo código de wordpress....