Hello together,
I am using the table content element on my website. When using an odd number of rows in the various columns, there is always one cell not hiding even though it is empy and I have selected to hide empty cells.
How can this be fixed?
Best regards,
Marc
Hey Marc,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.page-id-699 .avia-pricing-table-container .pricing-table>li.empty-table-cell {
display: none;
}
.page-id-699 .pricing-table-wrap:nth-child(2n) .pricing-table {
border-bottom: 1px solid #ebebeb;
}
If you need further assistance please let us know.
Best regards,
Victoria
This seems to just be a workaround for one specific table.
As I plan on using the table content element on quite some occasions, I definitely prefer it to work as intended instead of adding quick CSS.
So far, hiding empty cells doesn’t work at all.
Is it possible to forward this ticket to the dev team, so the checkbox “Hide empty cells” works as intended?
Hi,
Sure – we will go ahead.
Thank you for reporting the issue, we appreciate when our users jumps in and help! :)
Best regards,
Basilis
That sounds like a plan.
Is there – so far – a general workaround for the Quick CSS section, which eliminates empty cells, not just in one specific table but rather in all table content elements used page wide?
Hi Marc,
Well, there is no generic code for now, it has to be a specific code for every table, until the issue is fixed.
If you need further assistance please let us know.
Best regards,
Victoria
Thank you for passing this ticket on to the dev team, I am looking forward to a fix.
This ticket can then be closed now.
Hi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon