Guest Posted June 19, 2010 Posted June 19, 2010 Hi, I hope I'm posting this in the right forum section (apologies if not). I'd like to increase the vertical space between the info boxes as they look too squashed on top of each other. I haven't been able to find anything about how to do this, so any help would be really appreciated. Also, is there a way to have a bit more white space around the central contents of the page?
Jan Zonjee Posted June 19, 2010 Posted June 19, 2010 I'd like to increase the vertical space between the info boxes as they look too squashed on top of each other. One way of doing that would be to add some css to every includes/boxes/blablabla.php that you want to give more vertical space. Like includes/boxes/categories.php: <!-- categories //--> <tr> <td style="padding-bottom: 10px;"><!-- added some padding here, line 63 --> <?php $info_box_contents = array(); $info_box_contents[] = array('text' => BOX_HEADING_CATEGORIES);
Recommended Posts
Archived
This topic is now archived and is closed to further replies.