New Zenner
- Join Date:
- Jun 2009
- Posts:
- 49
- Plugin Contributions:
- 0
Sidebox Spacing
I'm using the Blank Sidebox add-on, and it works fine, I just have a little extra space between the sidebox title and it's content that I can't seem to narrow down.
The sidebox in question is the one on the right titled "$1 Donation". See how the space between title and content is twice as big as the sideboxes on the right? I'm a sidebox newbie and no idea where to track it down. Here is the code for my includes/languages/english/extra_definitions/MY_TEMPLATE/blank_sidebox_defines.php page:
<?php
/**
* blank sidebox definitions - text for inclusion in a new blank sidebox
*
* @package templateSystem
* @copyright 2007 Kuroi Web Design
* @copyright Portions Copyright 2003-2007 Zen Cart Development Team
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: blank_sidebox.php 2007-05-26 kuroi $
*/
define('BOX_HEADING_BLANK_SIDEBOX', '$1 Donation');
define('TEXT_BLANK_SIDEBOX', '$1 of every purchase will go to The Tea Party Express and The Tea Party Patriots.
<p>(You may also opt to donate your $1 to the Heritage Foundation) </p>
<p><strong>Follow Us:</strong><br />
<img src="http://www.wwfdbracelet.com/slmContent/facebook-logo.png" alt="Facebook" title="Facebook" name="" width="33" height="33" /> <img src="http://www.wwfdbracelet.com/slmContent/twitter-logo.png" alt="Twitter" title="Twitter" name="" width="33" height="33" /></p>
');
?>