Tagged: ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1036496

    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

    #1037742

    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

    #1038032

    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?

    #1039184

    Hi,

    Sure – we will go ahead.
    Thank you for reporting the issue, we appreciate when our users jumps in and help! :)

    Best regards,
    Basilis

    #1041768

    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?

    #1043800

    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

    #1055730

    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.

    #1055733

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Fixing incorrect display of additional empty cell within table’ is closed to new replies.