Ver Mensaje Individual
  #6 (permalink)  
Antiguo 04/12/2012, 04:50
augustocristobalpaez
 
Fecha de Ingreso: noviembre-2012
Ubicación: españa
Mensajes: 18
Antigüedad: 11 años, 4 meses
Puntos: 0
Respuesta: Custom post Template

DISWEB, las indicaciones que me das son para modificar la pagina principal, lo que estoy buscando es modificar los post. Que sean Full Width

/* Posts
-------------------------------------------------------------- */
.page-template-front .hentry, .archive .hentry, .search .hentry {
float: left;
width: 100%;
margin: 0 0 10px 0; /* 20 / 510 = 0.0392156862745098 */
font-size: 1em;
position: relative;
}
.hentry.even { margin-right: 0; }
.hentry {
margin: 0 0 20px 0;
position: relative;
float: left;
width: 100%;
}
.entry-header {
float: left;
width: 30%;
}
.entry-summary {
float: right;
width: 65%;
padding-left: 2.34375%;
}
.hentry .archive-thumbnail { margin: 0 0 11px 0; }
.hentry img.featured { margin-bottom: 15px; }
.byline-cat {
position: absolute;
top: 0;
right: 0;
padding: .1em .8em;
font-size: 0.8333333333333333em;
background: #111;
background: rgba(0,0,0,.25);
}
.byline-cat, .byline-cat a, .byline-cat a:visited {
color: #fff;
color: rgba(255,255,255,.75);
max-height: 45px;
overflow: hidden;
}
.byline-cat a:hover { color: #fff; }
.read-more, .read-more:visited {
position: absolute;
top: 117px;
right: 0;
z-index: 10;
color: #fff;
background: #0da4d3;
padding: .1em .8em;
font-size: 0.9166666666666667em;
display: none;
}
.read-more:hover {
color: #fff;
background: #111;
}
.home .hentry a:hover, .page-template-front .hentry a:hover, .archive .hentry a:hover, .search .hentry a:hover { border-bottom: none; }
.home .hentry:hover .read-more, .page-template-front .hentry:hover .read-more, .archive .hentry:hover .read-more, .search .hentry:hover .read-more { display: block; }
.hentry .gallery a:hover, .page-template-front .read-more:hover, .archive .read-more:hover, .search .read-more:hover { border-bottom: none; }