Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Logo Shifts Down When Clicked

Logo Shifts Down When Clicked

Views: 446

Results 1 to 3 of 3
3 May 2011, 9:33 PM
#1
dimsumgurl avatar

dimsumgurl

Zen Follower

Join Date:
Dec 2009
Location:
Canada
Posts:
160
Plugin Contributions:
0

Logo Shifts Down When Clicked

Hello ALL!

I normally search the forums for the answer.. however... I could not find anything and this problem is driving me absolutely INSANE.

http://thelittlestgiftboutique.com/teststore/

When you click on the logo, FOR SOME REASON, the logo gets nudge down, cause everything else to nudge down.....

Why does this occur?

Thank you in advance for taking the time to read this =]

Using Latest Zencart and Ashley_Pink Templete (Thanks picaflor-azul)

3 May 2011, 10:03 PM
#2
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Logo Shifts Down When Clicked

Sorry about that! I will fix this bug in a future release. If you will not be using the header currencies and languages you can go to includes/templates/ashley_pink/common/tpl_header.php and remove the following code:

<div id="header-curr-lang">
<?php require(DIR_WS_MODULES . 'sideboxes/languages_header.php'); ?>
<?php require(DIR_WS_MODULES . 'sideboxes/currencies_header.php'); ?>
<div class="clearBoth"></div>
</div>

Thanks,

Anne

3 May 2011, 10:10 PM
#3
dimsumgurl avatar

dimsumgurl

Zen Follower

Join Date:
Dec 2009
Location:
Canada
Posts:
160
Plugin Contributions:
0

Re: Logo Shifts Down When Clicked

Hey Annie!

Thank you so much for your reply! As I was waiting for some advice,
I was backtracking to figure out what I have done wrong...reverted my CSS, header.php.... then... I re-enabled the currencies and language.... AH HA! That explained everything...

Thank you again! =]