[Resolved] Row height in a table

Home Forums Support [Resolved] Row height in a table

Home Forums Support Row height in a table

  • This topic has 7 replies, 2 voices, and was last updated 7 years ago by Leo.
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #375642
    Dave

    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?

    http://crescentrfpd.com/

    Thanks guys :/

    #375670
    Leo
    Staff
    Customer Support

    Hi Dave,

    Site is under maintenance mode. Able to disable it for now?

    #375741
    Dave

    Oh whoops, yes now it is. Forgot about that!

    #376118
    Leo
    Staff
    Customer Support

    Try this:

    td {
        padding: 0;
    }
    #376272
    Dave

    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.

    #376340
    Leo
    Staff
    Customer Support

    That’s weird. Did you set a height of 448px on the table?

    #376348
    Dave

    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.

    #376355
    Leo
    Staff
    Customer Support

    Glad I could help!

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.