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 ?
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
Great ! it works ! thank you !
Hi,
Glad Andy could help :)
Best regards,
Nikko