hello together
I have inserted here 2 tables with various empty rows
is it possible with css code that these empty lines are not displayed on the phone
thanks
kind regards
F ranz
Hi Franz,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
.pricing-table li.empty-table-cell {
display: none !important;
}
}
Best regards,
Rikard
Hi Rikard
Thanks a lot
Fits great
you can close this request
kind regards
F ranz