Tobias,
Like Stephanie, I want to control the height of the rows in my table but it is not working. Here is the code I put in the custom CSS box:
.wp-table-reloaded-id-2 td {
height: 50px!important;
}
I’ve changed the height property to several different numbers but I see no change.
I’m not using the plugin’s default CSS style sheets because I need transparent cells and that was the only way I could get that.
My theme is 2010 Weaver and my site is https://www.vellgroup.com/what-we-offer/
Any idea what I am doing wrong?