• Resolved frackiewicz123

    (@frackiewicz123)


    I’ve got a table here:
    http://ahlinphotography.com/newsite/579-2/

    No matter what I change, I can not get that first row to lose that extra space on the bottom. I want all of the cells to be equally spaced – the bottom two rows are perfect, but that first row just won’t change. I’ve bolded the css that’s I’ve changed, maybe I’m doing the wrong thing?

    Custom css:
    .wp-table-reloaded-id-3 .column-1 {
    width: 320px;
    }
    .wp-table-reloaded-id-3 .column-2 {
    width: 320px;
    }

    .wp-table-reloaded-id-3 .row-1 {
    height: 230px;
    }

    .wp-table-reloaded-id-3 .row-3 {
    height: 230px;
    }
    .wp-table-reloaded-id-3 .row-2 {
    height: 230px;
    }

    http://ww.wp.xz.cn/extend/plugins/wp-table-reloaded/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    This is actually not a CSS issue, so you can without problems remove that CSS again.
    Instead, it is a problem with some additional line breaks that you have in the cells of the first row:
    In the left cell, there’s a single line break after the HTML code of the link/image. In the right cell, there’s like five of them. Those line breaks automatically get transformed to HTML <br/> tags for line breaks, and those then create some empty space in the cells.
    So, just go to those cells and remove all line breaks at the end of the cell content. (In the second cell, you can also get rid of that <center> as it has no use.)

    Regards,
    Tobias

    Thread Starter frackiewicz123

    (@frackiewicz123)

    Thanks! That did the trick.

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    very cool! Thanks for the confirmation. Glad to hear that this fixed it!

    Best wishes,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘[Plugin: WP-Table Reloaded] Row height – will not change!’ is closed to new replies.