dyerware

Support => Wordpress Plugins => Topic started by: luchosar on March 07, 2011, 07:37:03 PM

Title: (resolved) Easy Spoiler: Extender strips
Post by: luchosar on March 07, 2011, 07:37:03 PM
Note: use a translator.
In the link that sent the strips only reach until it ends the sentence, some form so that it extends to the end?
eje: http://www.comfamiliar.org/?page_id=1011
Title: Re: Extender strips
Post by: doug@dyerware.com on March 09, 2011, 03:31:40 AM
The problem is in your style.css file (http://www.comfamiliar.org/wp-content/themes/plantillasombra2/style.css) where it overrides the width for all tables to be auto:

Code: [Select]
.art-article table, table.art-article
{
    border-collapse: collapse;
    margin: 1px;
    width:auto;
}

If you removed that width:auto line all would be well.  Or you could remove 'table' from the top area.
Title: Re: Extender strips
Post by: luchosar on March 09, 2011, 12:40:59 PM
Very nice, excellent support they offer.
---------------------------------------------------

Muy amables, excelente soporte el que ofrecen.