Hi there,
Problem 1: large gap under my 2 logos and tagline
Problem 2: search bar and language options missing from header (Aberdeen Neutral template)
Site: http://asia-sell.com/store
I have installed the Aberdeen Neutral template in my zen-cart site. I changed the logo image and it was fine. Then I tried to add another logo to the right of the first one. I found that despite putting float:left in the css file for #logo2, the second logo still ends up underneath (and to the right of) my first logo. I "fixed" this with the following line...
#logo2 {position:relative; top:-198px; left:315px; }
However, now I have a yawning gap under my logos and tagline. The following PHP code I put into public_html/store/includes/languages/english/aberdeen_neutral/header.php:
define('HEADER_LOGO2_WIDTH', '159px');
define('HEADER_LOGO2_HEIGHT', '158px');
define('HEADER_LOGO2_IMAGE', 'logo - pangea covered 159x158.jpg');
and the following PHP code I put into public_html/store/includes/templates/aberdeen_neutral/common/tpl_header.php
<div id="logo2"><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">' . zen_image($template->get_template_dir(HEADER_LOGO2_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . HEADER_LOGO2_IMAGE, HEADER_ALT_TEXT) . '</a>'; ?>
thanks.


Reply With Quote
