The downloaded hideemptycolumn.css from
extensions.sondages.pro/IMG/auto/hideEmptyColumn.zip
does not contain the two mentioned lines that are contained in the example that seem to make it work for me.
The css from extensions.sondages.pro/IMG/auto/hideEmptyColumn.zip :
vs. the css from the example on demonstration.sondages.pro/655577 (css: demonstration.sondages.pro/tmp/assets/59.../hideemptycolumn.css ):
Is this difference critical or should it work with the version w/o the two lines (width, min-width)?
Best, G
The css from extensions.sondages.pro/IMG/auto/hideEmptyColumn.zip :
td.hideEmptyColumn-hiddencolumn,th.hideEmptyColumn-hiddencolumn{
overflow:hidden !important;
border-spacing:0 !important;
border-collapse:collapse !important;
padding:0 !important;
}
table.hideEmptyColumn-widthhiddencolumn{
border-collapse:collapse !important;
}
vs. the css from the example on demonstration.sondages.pro/655577 (css: demonstration.sondages.pro/tmp/assets/59.../hideemptycolumn.css ):
td.hideEmptyColumn-hiddencolumn,th.hideEmptyColumn-hiddencolumn{
overflow:hidden !important;
border-spacing:0 !important;
border-collapse:collapse !important;
padding:0 !important;
width: 0 !important;
min-width: 0 !important;
}
table.hideEmptyColumn-widthhiddencolumn{
border-collapse:collapse !important;
}
Is this difference critical or should it work with the version w/o the two lines (width, min-width)?
Best, G