Foros del Web » Creando para Internet » CSS »

WordPress , me crea espaciado inferior en los posts. y el contenido se sobrepone.

Estas en el tema de WordPress , me crea espaciado inferior en los posts. y el contenido se sobrepone. en el foro de CSS en Foros del Web. Buenas gente estoy usando WordPress y al postear me crea un espaciado en blanco justo al final del post, "abajo de cada post". Este espacio ...
  #1 (permalink)  
Antiguo 31/01/2007, 01:20
Avatar de xiscomax  
Fecha de Ingreso: febrero-2006
Mensajes: 379
Antigüedad: 18 años, 2 meses
Puntos: 5
Pregunta WordPress , me crea espaciado inferior en los posts. y el contenido se sobrepone.

Buenas gente estoy usando WordPress y al postear me crea un espaciado en blanco justo al final del post, "abajo de cada post".

Este espacio es mallor oh inferior dependiendo de la cantidad de contenido que lleve ese post,
es decir, cuanto mas contenido añado al post menos espaciado se crea al final del post, y cuanto menos contenido, mas alto es el espaciado inferior.

Eh probado posteando imagenes y resulta que si la imagen es demasiado alta "en pixeles" esta llega a sobreponerse sobre el apartado Comentar que sale al final de cada post.

Necesito ayuda. alguien que pueda darme alguna solución.??

Gracias
  #2 (permalink)  
Antiguo 31/01/2007, 06:13
Avatar de fearlex  
Fecha de Ingreso: septiembre-2003
Ubicación: Exiliado de mi patria
Mensajes: 1.047
Antigüedad: 20 años, 7 meses
Puntos: 5
Re: WordPress , me crea espaciado inferior en los posts. y el contenido se sobrepone.

Cita:
Iniciado por xiscomax Ver Mensaje
Buenas gente estoy usando WordPress y al postear me crea un espaciado en blanco justo al final del post, "abajo de cada post".

Este espacio es mallor oh inferior dependiendo de la cantidad de contenido que lleve ese post,
es decir, cuanto mas contenido añado al post menos espaciado se crea al final del post, y cuanto menos contenido, mas alto es el espaciado inferior.

Eh probado posteando imagenes y resulta que si la imagen es demasiado alta "en pixeles" esta llega a sobreponerse sobre el apartado Comentar que sale al final de cada post.

Necesito ayuda. alguien que pueda darme alguna solución.??

Gracias
Postea el codigo, chequeate el codigo antes de publicar el articulo, en tu WYSIGYG de Wordpress debe haber un boton que diga "source", enseñanos eso.
__________________
Ya viene llegando, el comunismo en Cuba, ya se esta acabando.
www.fearlex.com | www.fearlexworld.com
  #3 (permalink)  
Antiguo 31/01/2007, 06:13
 
Fecha de Ingreso: enero-2007
Mensajes: 27
Antigüedad: 17 años, 2 meses
Puntos: 1
Re: WordPress , me crea espaciado inferior en los posts. y el contenido se sobrepone.

Hola xiscomax,

Seguramente se debe a que dentro de todas las definiciones que están declaradas en tu hoja de estilo, existe el atributo de altura ("height").

Prueba eliminando el atributo "height". Si eso no funciona, escribe tu hoja de estilo y si puedes un ejemplo de como se ve tu sitio para que te pueda ayudar más.

Saludos
  #4 (permalink)  
Antiguo 01/02/2007, 04:24
Avatar de xiscomax  
Fecha de Ingreso: febrero-2006
Mensajes: 379
Antigüedad: 18 años, 2 meses
Puntos: 5
Re: WordPress , me crea espaciado inferior en los posts. y el contenido se sobrepone.

gRACIAS gente pero el boton source no me aparece por ningun lado, para que sirve?

luego lo de eliminar el height no se si loe hecho mal pero no da resultado, estoy mu verde en esto de las CSS lo siento pero si podeis hecharme una mano de nuevo os lo tendre muy agradecido.

este es mi codigo CSS

Código PHP:
body {
    
font-size10px
    
font-familyVerdanaArialTahoma
    
background-color#ECECEC;
    
color#3E3E3E;
    
text-aligncenter;
    }

input {
    
padding-top3px;
    
border1px solid #CFD8E0;
    
background#F4F8FF;
    
color#3E3E3E;
    
font10px VerdanaArialTahoma
}

textarea 
    
border1px solid #CFD8E0;
    
background#F4F8FF; 
    
color#3E3E3E;
    
font10px VerdanaArialTahoma
}



#page {
    
background-colorwhite;
    
border0px solid #ECECEC;
    
text-alignleft;
    }

#header {
    
background-color#ECECEC;
    
}

#content {
    
font-size10px
    
font-familyVerdanaArialTahoma;
    
    }

.
widecolumn .entry p {
    
font-size1.05em;
    }

.
narrowcolumn .entry, .widecolumn .entry {
    
line-height1.4em;
    }

.
widecolumn {
    
line-height1.6em;
    }
    
.
narrowcolumn .postmetadata {
    
padding0 0 0 110px
    
text-aligncenter;
    }

.
graybox 
    
background-color#ffffff;
    
border1px solid #ddd;
    
}

.
graybox2 
    
background-color#FBFBFB;
    
    
}
    
#footer {
    
background-color#ECECEC;
    
border10px solid #ddd;
    
}

small {
    
font-familyVerdanaArialTahoma
    
font-size10px
    
line-height1.5em;
    }
    
h1h2h3 {
    
font-familyVerdanaArialTahoma
    
font-weightbold;
    
color:#abababa;
    
padding14 14 0 0;
    }

h1 {
    
font-size4em;
    
text-aligncenter;
    }

.
description {
    
font-size1.2em;
    
text-aligncenter;
    }

h2 {
    
font-size10px;
    
color:#abababa;
    
}

h2.pagetitle {
    
font-size10px
    
border1px solid #ddd;
    
}

#sidebar h2 {
    
font-familyVerdanaArialTahoma
    
font-size10px;
    }

h3 {
    
font-size1.3em;
    }

h1h1 ah1 a:hoverh1 a:visited, .description {
    
text-decorationnone;
    
colorwhite;
    }

h2h2 ah2 a:visitedh3h3 ah3 a:visited {
    
color:#abababa; 
    
}

h2h2 ah2 a:hoverh2 a:visitedh3h3 ah3 a:hoverh3 a:visited#sidebar h2, #wp-calendar caption, cite {
    
text-decorationnone;
    }

.
entry p a:visited {
    
color#9E2314;
    
}

.
commentlist li#commentform input, #commentform textarea {
    
font-familyVerdanaArialTahoma
    }
    
.
commentlist li {
    
font-weightbold;
    }

.
commentlist cite, .commentlist cite a {
    
font-weightbold;
    
font-stylenormal;
    
font-size1.1em;
    }

.
commentlist p {
    
font-weightnormal;
    
line-height1.5em;
    
text-transformnone;
    }

#commentform p {
    
font-familyVerdanaArialTahoma
    }

.
commentmetadata {
    
font-weightnormal;
    }

#sidebar {
    
font-familyVerdanaArialTahoma
    }

small#sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
    
color#777; 
    
}
    
code {
    
font-familyTahomaVerdanaArial;
    
color:#000000;
    
padding5px 5px 5px 5px;
    
margin5px 5px 5px 5px;
    
border1px
    
border-colorGray;
    
border-stylesolid;
    
background#E5E5E5;
    
font-variantnormal;
    
displayblock;
    
background-color#ffffff;
    
border1px solid #ddd;
    
text-alignleft;
    
FONT-SIZE105%; 
    
font-family:"Courier New"
    
white-spacenormal;
    
word-spacingnormal;
    }

acronymabbrspan.caps
{
    
font-size0.9em;
    
letter-spacing.07em;
    }

ah2 a:hoverh3 a:hover {
    
color#06c;
    
text-decorationnone;
    }

a:hover {
    
color#147;
    
text-decorationunderline;
    }
    
#wp-calendar #prev a {
    
font-size9pt;
    }

#wp-calendar a {
    
text-decorationnone;
    }

#wp-calendar caption {
    
fontbold 1.3em VerdanaArialTahoma
    
text-aligncenter;
    }

#wp-calendar th {
    
font-stylenormal;
    
text-transformcapitalize;
    }





body {
    
margin0;
    
padding0
    }

#page {
    
background-colorwhite;
    
margin0px auto;
    
padding0 0 0 0;
    
width780px;
    
border0px none #959596;
    
}
    
#header {
    
padding0;
    
height140px;
    
width780px;
    }

#headerimg {
    
margin0;
    
width100%;
    }

.
narrowcolumn {
    
floatleft;
    
padding0 50 0 0;
    
margin0 50 0 0;
    
width430px /*430px;*/
    
border:0;
    
padding-right2px;
    
margin-right2px;
    }                                                                                           
.
post{
    
text-alignjustify;
    
padding-left47px
    
width:370px
        
    
/*padding: 0 0 0 2px;   */ 
    
margin-top6px;                  
}

.
post_header {
    
margin0 0 0 0px;
    
height35px;
    
width:430px/* 390*/
    
bordernone;
    
vertical-aligntop;
    
backgroundurl(images/content_header.gifno-repeat; /
    
clearright;
    
floatboth;
    
margin-left:0px
}


.
post_content{
    
width:430px/*390 */
    
bordernone;
    
vertical-aligntop;
    
backgroundurl(images/content_bg.gif); 
    
background-repeatrepeat-y;
}
.
post_content{
    
margin-left:50px
    
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
html .post_content {
    
margin-left:0px 0px 0px 0px;
}
/* End hide from IE5/mac */
/* Seccion inferior del Post Comentarios etc */
.post_meta_footer {
    
background#CCCCCC;
    
margin-top1px;
    
font-familyVerdanaArialTahoma
    
font-size9px;
    
color#FFFFFF;
    
margin-bottom1px;
    
font-weightnormal;
    
letter-spacing0px
    
background-color#FFFFFF; 
    
color:#ffffff;
    
border2px solid #FFFFFF; 
}

.
post_meta_footer ul {
    
margin0px;
    
padding0px;
    
    
text-alignright;
}

.
post_meta_footer li {
    
color:#333333;
    
list-style-typenone;
    
padding-left2px;
    
displayinline;
    
padding-right2px;
    
padding-bottom4px;
    
padding-top1px;
}

.
post_meta_footer a {
    
background-color#788D9F;
    
color#ffffff;
    
list-style-typenone;
    
padding-left2px;
    
displayinline;
    
padding-right2px;
    
padding-bottom4px;
    
padding-top1px;
    
text-decoration:none;
    
background-color#FFFFFF; 
    
padding-top0px;
    
padding-right0px;
    
padding-bottom0px;
    
color:#333333; 
}

.
post_meta_footer a:hover {
    
color#a37d09;
    
background-color#788D9F;
    
color#ffffff;
    
list-style-typenone;
    
padding-left2px;
    
displayinline;
    
padding-right2px;
    
padding-bottom4px;
    
padding-top1px;
    
text-decoration:none;
    
background-color#FFFFFF; 
    
padding-top0px;
    
padding-right0px;
    
padding-bottom0px;
    
color:#999999; 

}

.
post_footer{
    
margin0 0 0 0px;
    
height9px;
    
width:430px;
    
bordernone;
    
vertical-aligntop;
    
backgroundurl(images/content_footer.gifno-repeat;
    
clearright;
    
floatboth;
    
margin-left:0px;
    }
    


.
post-date{
    
font-familyVerdanaArialTahoma
    
color:#ffffff;
    
padding-right14px;
    
font-size10px;        
}

.
post-headline{
    
font-familyVerdanaArialTahoma
    
padding-left45px;
    
font-size11px;    
    
padding-top12px;
    
}

.
post-headline a:link, .post-headline a:visited, .post-headline a:hover, .post-headline a:active{
    
font-familyVerdanaArialTahoma
    
color#ffffff;
    
text-decorationnone;
    
letter-spacing0px;
    
text-transformnone;
    
font-weightnormal;
    
padding-top12px;
}

/* Begin Comment */
.theme_comment_box{
    
width:430px;
    
bordernone;
    
vertical-aligntop;
    
background-repeatrepeat-y;
    
backgroundurl(images/comment_box_bg.gif);
}
.
theme_comment_box{
    
margin-left:50px
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
html .theme_comment_box {
    
margin-left:50px;
}
/* End hide from IE5/mac */

.theme_comment_box_header {
    
margin0 0 0 0px;
    
height35px;
    
width:430px;
    
bordernone;
    
vertical-aligntop;
    
clearright;
    
floatboth;
    
margin-left:0px;
    
backgroundurl(images/comment_box_top.gifno-repeat ;
}

.
theme_comment_box_footer {
    
height12px;
    
bordernone;
    
width:430px;
    
vertical-aligntop;
    
backgroundurl(images/comment_box_bottom.gifno-repeat ;
}


#theme_comment_box_main {
    
width:430px;
    
bordernone;
    
vertical-aligntop;
    
backgroundurl(images/comment_box_bg.gifrepeat-y;
}

.
comment-headline{
    
font-familyVerdanaArialTahoma
    
color#ffffff;
    
text-decorationnone;
    
letter-spacing0px;
    
text-transformnone;
    
font-weightnormal;
    
padding-left58px;
    
font-size11px;    
    
padding-top12px;
    
padding-top12px;

El codigo sigue en el siguiente post.

y esto es un grafico de como se ven los posts dependiendo del contenido.

Salu2
  #5 (permalink)  
Antiguo 01/02/2007, 04:25
Avatar de xiscomax  
Fecha de Ingreso: febrero-2006
Mensajes: 379
Antigüedad: 18 años, 2 meses
Puntos: 5
Re: WordPress , me crea espaciado inferior en los posts. y el contenido se sobrepone.

Código PHP:
/* End Comment */

.widecolumn .post {
    
margin0;
    }

.
narrowcolumn .postmetadata {
    
padding-top10px;
    }

.
widecolumn .postmetadata {
    
margin30px 0;
    }
    
#footer {
    
padding0;
    
margin0 auto;
    
width780px;
    
clearboth;
    }

#footer p {
    
margin0;
    
padding20px 0;
    
text-aligncenter;
    }
/* End Structure */



/*    Begin Headers */
h1 {
    
padding-top70px;
    
margin0;
    }

.
description {
    
text-aligncenter;
    }

h2 {
    
margin14px 0 0;
    }

h2.pagetitle 
    
padding0 0 0 100px;
    
text-aligncenter;
                                                /
}

#sidebar h2 {
    
margin5px 0 0;
    
padding0;
    }

h3 {
    
padding0 0 0 0px;   
    
margin10px 0 0;   
    
/*border: 1px solid #ddd; */
    
}

h3.comments {
    
padding0;
    
margin40px auto 20px ;
    }
/* End Headers */



/* Begin Images */
p img {
    
padding0;
    
max-width100%;
    }

/*    Using 'class="alignright"' on an image will (who would've
    thought?!) align the image to the right. And using 'class="centered',
    will of course center the image. This is much better than using
    align="center", being much more futureproof (and valid) */
    
img.centered {
    
displayblock;
    
margin-leftauto;
    
margin-rightauto;
    }
    
img.alignright {
    
padding4px;
    
margin0 0 2px 7px;
    
displayinline;
    }

img.alignleft {
    
padding4px;
    
margin0 7px 2px 0;
    
displayinline;
    }

.
alignright 
    
padding0 0px 0 0;
    
floatright;
    
/*border: 1px solid #ddd;*/
    
font-size11px;
    }
    
.
alignleft 
    
padding0 0 0 85px;
    
floatleft;
    
/*border: 1px solid #ddd;*/
    
font-size11px;
    }
/* End Images */



/* Begin Lists

    Special stylized non-IE bullets
    Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
    
margin-left0px;
    
padding0 0 0 30px;
    list-
stylenone;
    
padding-left10px;
    
text-indent: -10px;
    } 

html>body .entry li {
    
margin7px 0 8px 10px;
    }

.
entry ul li:before#sidebar ul ul li:before {
    
content"\00BB \0020";
    }

.
entry ol {
    
padding0 0 0 35px;
    
margin0;
    }

.
entry ol li {
    
margin0;
    
padding0;
    }

.
postmetadata ul, .postmetadata li {
    
displayinline;
    list-
style-typenone;
    list-
style-imagenone;
    }
    
#sidebar ul, #sidebar ul ol {
    
margin0;
    
padding0;
    }

#sidebar ul li {
    
list-style-typenone;
    list-
style-imagenone;
    
margin-bottom15px;
    }

#sidebar ul p, #sidebar ul select {
    
margin5px 0 8px;
    }

#sidebar ul ul, #sidebar ul ol {
    
margin5px 0 0 10px;
    }

#sidebar ul ul ul, #sidebar ul ol {
    
margin0 0 0 10px;
    }

ol li#sidebar ul ol li {
    
list-styledecimal outside;
    }

#sidebar ul ul li, #sidebar ul ol li {
    
margin3px 0 0;
    
padding0;
    }
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
    
margin0px auto;
    
padding0px 0px
    
text-aligncenter;
    }

#sidebar #searchform #s {
    
width130px;
    
padding2px;
    }

#sidebar #searchsubmit {
    
padding1px;
    }

.
entry form /* This is mainly for password protected posts, makes them look better. */
    
text-align:center;
    }

select {
    
width130px;
    }

#commentform input {
    
width170px;
    
padding2px;
    
margin5px 5px 1px 0;
    }

#commentform textarea {
    
width360px
    
padding2px;
    }

#commentform #submit {
    
margin0;
    
floatright;
    }
/* End Form Elements */



/* Begin Comments*/
.graybox {
    
margin0;
    
padding0px;    
    }

.
commentlist {
    
padding0;
    
text-alignjustify;
    }

.
commentlist li {
    
margin15px 0 3px;
    
padding5px 10px 3px;
    list-
stylenone;
    }

.
commentlist p {
    
margin10px 5px 10px 0
    }

#commentform p {
    
margin5px 0; /
    }

.
nocomments {
    
text-aligncenter;
    
margin0;
    
padding0;
    }

.
commentmetadata {
    
margin0;
    
displayblock;
    }
/* End Comments */


/* Begin Calender Header */

#theme_calender_box {
    
margin0 0 0 0
    
padding0 0 0 0;
    
width:285px/* 227 */
    
bordernone;
     
}

#theme_calender_box {
    
margin-left490px/* 500px */
    
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
html #theme_calender_box {
    
margin-left490px/* 500px */
}
/* End hide from IE5/mac */




#theme_calender_box_header {
    
height34px;
    
width:247px;
    
bordernone;
    
vertical-aligntop;
    
backgroundurl(images/sidebar_calender_header.gifno-repeat ;
}
#theme_calender_box_main {
    
vertical-aligntop;
    
width:247px;
    
backgroundurl(images/sidebar_bg.gifrepeat-y;
}

#theme_calender_box_footer {
    
height14;
    
width:247px;
    
bordernone;
    
vertical-aligntop;
    
backgroundurl(images/sidebar_bottom.gifno-repeat ;
}

/* END Calender Header */



/* Begin sidebar box */

.theme_sidebar_box {
    
margin0 0 0 0
    
padding0 0 0 0;
    
width:285px/* 227 */
    
bordernone;
     
}

.
theme_sidebar_box {
    
margin-left493px
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
html .theme_sidebar_box {
    
margin-left490px
}
/* End hide from IE5/mac */


.theme_sidebar_box_header_small {
    
height14px
    
width:247px
    
bordernone;
    
vertical-aligntop;
    
backgroundurl(images/small_sidebar_header.gifno-repeat ;
}

.
theme_sidebar_boxx_header {
    
height35px
    
width:247px;
    
bordernone;
    
vertical-aligntop;
    
backgroundurl(images/sidebar_header2.gifno-repeat ;
}

.
theme_sidebar_box_header {
    
height35px
    
width:247px;
    
bordernone;
    
vertical-aligntop;
    
backgroundurl(images/sidebar_header.gifno-repeat ;
}
.
theme_sidebar_box_main {
    
vertical-aligntop;
    
width:247px;
    
backgroundurl(images/sidebar_bg.gifrepeat-y;
}

.
theme_sidebar_box_footer {
    
height14px;
    
width:247px;
    
bordernone;
    
vertical-aligntop;
    
backgroundurl(images/sidebar_bottom.gifno-repeat ;
}

.
theme_sidebar-headline{
    
padding-left24px;
    
width:50px;
    
padding-top12px;
    
font-size11px;    
    
color#ffffff;
    
text-decorationnone;
    
letter-spacing0px;
    
text-transformnormal;
    
font-weightnormal;
}

.
theme_sidebar-headline_cat{
    
padding-left24px;
    
width:50px;
    
padding-top12px;
    
font-size11px;    
    
color#ffffff;
    
text-decorationnone;
    
letter-spacing0px;
    
text-transformnormal;
    
font-weightnormal;
    
backgroundurl(images/icons/book.gifno-repeat ;
    
background-position12px 13px;
}

.
theme_sidebar-headline_links{
    
padding-left24px;
    
width:50px;
    
padding-top12px;
    
font-size11px;     
    
color#ffffff;
    
text-decorationnone;
    
letter-spacing0px;
    
text-transformnormal;
    
font-weightnormal;
    
backgroundurl(images/icons/external.gifno-repeat ;
    
background-position12px 13px;
}

.
theme_sidebar-headline_archiv{
    
padding-left24px
    
width:50px;
    
padding-top12px;
    
font-size11px;     
    
color#ffffff;
    
text-decorationnone;
    
letter-spacing0px;
    
text-transformnormal;
    
font-weightnormal;
    
backgroundurl(images/icons/documents.gifno-repeat ;
    
background-position12px 13px
}


.
info_box {
    
margin0px;
    
padding0px;
    list-
style-typenone;
    
padding-left10px;
}

.
info_box{
    
margin0px 4px 0px;
    list-
style-typenone;
    
width191px;

}
.
meta_data {
    
padding-top5px;
    
padding-left10px;
    
line-height10px;
    
margin0 7px 2px 0;
        
}
.
info_box a {
    
text-decoration:none;
    
color#003366;
    
displayblock;
    
padding-top0px;
    
padding-right0px;
    
padding-bottom0px;
    
padding-left0px;
}

.
info_box a:hover {
    
text-decoration:none;
    
color#003366;
    
padding0px 0px 0px 0px;
}
/* END INFOBOX */

/* Begin Cat formating */

.categories ul {
    
margin0px;
    
padding0px;
    list-
style-typenone;
    
padding-left11px
}

.
categories li {
    
margin0px 0px 0px;
    list-
style-typenone;
    
width191px;
    
line-height16px;
}
/*#003366*/
.categories a {
    
text-decoration:none;
    
color#003366;
    
displayblock;
    
padding-top0px;
    
padding-right0px;
    
padding-bottom0px;
    
padding-left4px;
    
border-bottom1px solid #DFDFDF;
}

.
categories a:hover {
    
text-decoration:none;
    
background-color#CAE2EE; 
    
padding-top0px;
    
padding-right0px;
    
padding-bottom0px;
    
padding-left4px;
    
color:#ffffff;
}



/* End Cat Formating*/
/* end sidebar box */
/* Begin Sidebar */

#sidebar
{
    
padding0px 0 0px 0;
    
margin-left533px;
    
width190px
    }

#sidebar form {
    
margin0;
    }
/* End Sidebar */




#wp-calendar {
    
empty-cellsshow;
    
width180px
    
margin-left:15px
    
text-aligncenter;
    
font-size10px;
    
font-familyVerdanaArialTahoma
    
color#003366;
    
}
    
#wp-calendar a, #wp-calendar a:active, #wp-calendar a:visited  {
    
displayblock;
    
color#003366;
    
text-decorationnone;
    
background-colorSilver;
}
    
#wp-calendar a:hover {
    
displayblock;
    
color#003366;
    
text-decoration:none;
    
background-color#788D9F;
    
color:#ffffff;
    
}
    
#wp-calendar #next a {
    
padding-right0px;
    
text-alignright;
    
font-size10.5px;
    
font-familyTahomaVerdanaArial;
    }
    
#wp-calendar #next a, #wp-calendar #prev a:active, #wp-calendar #prev a:visited  {
    
displayblock;
    
color#003366;
    
text-decorationnone;
    
background-colortransparent;
}
    

#wp-calendar #prev a {
    
padding-left0px;
    
text-alignleft;
    
font-size10.5px;
    
font-familyTahomaVerdanaArial;
    }

#wp-calendar #prev a, #wp-calendar #prev a:active, #wp-calendar #prev a:visited  {
    
displayblock;
    
color#003366;
    
text-decorationnone;
    
background-colortransparent;
}
    



#wp-calendar caption {
    
font-size9px;
    
font-familyVerdanaArialTahoma;
    
font-weightnormal;
    
text-aligncenter;
    
width100%;
    }

#wp-calendar td {
    
padding1px 0; /
    
text-aligncenter;
    }

#wp-calendar td.pad:hover { /* Doesn't work in IE */
    /*background-color: #fff; */
    
    
}
/* End Calendar */ 
  #6 (permalink)  
Antiguo 01/02/2007, 05:04
 
Fecha de Ingreso: enero-2007
Mensajes: 27
Antigüedad: 17 años, 2 meses
Puntos: 1
Re: WordPress , me crea espaciado inferior en los posts. y el contenido se sobrepone.

Hola xiscomax,

Podrías poner el código HTML que te genera WordPress.

Con una hoja de estilos, pero sin saber qué estilo se le aplica a cada cosa, es un poco difícil saber cual es el error.

Saludos
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 20:00.