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

    Hello

    I’ve made a bord with setting : not to show the invisible case, but there are two empty cases which appear at the end of the board.

    Could you help me please ?

    #762585

    Hey sandra1307,

    use this code:

    .main_color .pricing-table>li:nth-child(even) {
    border-bottom: 1px solid #e1e1e1;
    }
    .pricing-table li.empty-table-cell {
    display: none !important;
    }

    Best regards,
    Andy

    #763558

    Great ! it works ! thank you !

    #763598

    Hi,

    Glad Andy could help :)

    Best regards,
    Nikko

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