Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1437652

    Hey Gunter,

    Seem to have found an issue with the Pricing Table element.

    Settings for the element are (but have tried different settings and doesn’t seem to be setting dependant):

    Pricing Table
    Minimal style
    Hide empty cells

    When the number of rows between columns isn’t even and one column has an empty cell, even with the Hide Empty Cells option set it still displays an empty cell.

    Examples in private field.

    • This topic was modified 1 month, 1 week ago by THP Studio.
    • This topic was modified 1 month, 1 week ago by THP Studio.
    #1438006

    Hey Tim,

    Thanks for reporting this. There is a weak CSS selector for empty cells in table.css line 234:

    
    .pricing-table li.empty-table-cell{
    	display:none;
    }
    

    As a temporary fix change it to or add it to Quick CSS in theme options:

    
    .avia-pricing-table-container .pricing-table li.empty-table-cell{
    	display:none;
    }
    

    Do not forget to toggle and save theme options to rebuild the merged CSS files.

    I will add a fix for next release.

    Best regards,
    Günter

    #1438214

    Thanks Gunter for looking into this and adding the fix in the next update, much appreciated.

    Tim.

    #1438340

    Hi,
    Glad Günter was able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Pricing Table Empty Rows’ is closed to new replies.