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 {
height: auto;
max-width: 100%;
}
.post-thumbnail {
width:40%;
margin:10;
padding:10;
float:left;
border:1px solid #000;
background:#eee;
margin-bottom:.7em;
position:relative;
}
.post-thumbnail img {
height: auto;
max-width:100%;
display:block;
margin:auto;
}
.post-thumbnail .entry-format {
position:absolute;
bottom:0;
right:0;
color:#eee;
font: 13px "Helvetica Neue", Helvetica, Arial, sans-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-bottom: 10;
margin-top: 10;
}
p img,
.wp-caption {
margin-top: 0.4em;
}
.wp-caption {
background: #E9E9E9;
margin-bottom: .7em;
max-width: 96%;
padding: 10px;
}
.wp-caption img {
display: block;
margin: 5px auto 0;
max-width: 98%;
}
.wp-caption .wp-caption-text {
color: #666;
font-family: Georgia, serif;
font-size: 12px;
margin-bottom: 0.6em;
padding: 10px 0px 5px 40px;
position: relative;
}
.wp-caption .wp-caption-text:before {
color: #9b8a62;
content: '\2014';
font-size: 14px;
font-style: normal;
font-weight: bold;
margin-right: 5px;
position: absolute;
left: 10px;
top: 7px;
}
.gallery-caption {
}
img#wpstats {
display: block;
margin: 0 auto 1.4em;
}
/* =Navigation
-------------------------------------------------------------- */
Nota: he posteado acá porque no sé si es problema del CSS o del mismo código de wordpress....