Hi,
how can I manage to get equal heights of all header cells in the following pricing table:
http://www.24h-gut-betreut.at/information/tarife/
the other tables on the same page must not be affected!
best regards
Mario
Hey Juliandaddy!
use this code in Quick CSS field:
.page-id-31 .avia-heading-row {
height: 80px;
}
Regards,
Andy
wörks fine, thanks a lot.