Archived topic
Row height in a table
7 replies · Started by Dave on August 29, 2017
Guys, I'm not sure if this is something that is specified in the back end in the template itself but I can't change the height of a table. I have a table on the home page (link below) and I have tried everything from doing inline CSS to specifying tr line height or just regular height. I simply want most of the white space around the text in each row to be smaller so that the table is not as tall and there isn't so much white space. Is that template specified or am I not doing it right?
Thanks guys :/
Hi Dave,
Site is under maintenance mode. Able to disable it for now?
Oh whoops, yes now it is. Forgot about that!
Try this:
td {
padding: 0;
}
I just added that and it removes left side padding but not top or bottom which is what I am trying to remove. I left it so you can see what I mean.
That's weird. Did you set a height of 448px on the table?
That was it. I tried removing that before and it didn't work. I cleared the whole table and started over and it worked. Thanks man, we are good now.
Glad I could help!