• Resolved rgcsegers

    (@rgcsegers)


    How can I align the table in a way the text will be put in the middle of the table-box (in height).

    Now it looks like this

    Thanks in advance!

Viewing 6 replies - 1 through 6 (of 6 total)
  • try to add some styles like these:

    .hentry table, .hentry tr, .hentry th, .hentry td {
    	vertical-align: middle;
    }
    .hentry td p { margin-bottom: 0; }
    Thread Starter rgcsegers

    (@rgcsegers)

    That’s already a lot better! Thanks alchymyth!

    Can you maybe see the height the table needs for the wineglasses, so that I can set them all on that exact height? Now the zero’s are table-lines with less height than the ones with the wineglasses.

    try to play with .hentry td { min-height: ???; } or similar (untested).

    Thread Starter rgcsegers

    (@rgcsegers)

    Thanks but nothing happens when I put the line `.hentry td { min-height: ???; } with all kinds of numbers at the ???

    try:

    .hentry tr { height: 70px; }

    Thread Starter rgcsegers

    (@rgcsegers)

    YES! Works like a charm, thanks again!

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

The topic ‘Alignment table (Twenty Eleven)’ is closed to new replies.