Reduce padding inside WP tables
-
Hey, First time poster. Using the Asteroid theme. Real simple issue – how do I reduce upper/lower padding inside tables? I’m local, so here’s a screen –
https://oi45.tinypic.com/2i0cigl.jpgSo again, I would like to reduce inside table padding and the space between lines of text (if possible) so I don’t waste very much space.
Reducing table height does not seem to work. Here is a sample code of my tables, inside a div<div style="float: right; margin: 0 1px 1px 0;"> <table width="320" cellspacing="0" cellpadding="0"> <tbody> <tr style="background-color: #404040;"> <td style="text-align: center;"><span style="color: #ffffff;">Table Title</span></td> </tr> <tr> <td><span style="font-size: 11px;">Text with lower table height </span></td> </tr> </tbody> </table> </div>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Reduce padding inside WP tables’ is closed to new replies.