I am having an issue with firefox displaying the right border in the left sidebar. Any ideas anyone?
http://rakpicture.com/catalog/index....=index&cPath=1
I am having an issue with firefox displaying the right border in the left sidebar. Any ideas anyone?
http://rakpicture.com/catalog/index....=index&cPath=1
In your ADMIN >>> CONFIGURATION >>> LAYOUT SETTINGS
What values do you have for:
Column Width - Left Boxes
and
Column Width - Left
20 years a Zencart User
Col width left boxes = 202
Column Width - Left = 200
The BOXES can't be bigger than the COLUMN
Try doing it the other way around
Col width left boxes = 200
Column Width - Left = 202
(or just keep them both at 200 - unless you have a design reason to make the column wider than the boxes it contains)
20 years a Zencart User
Thank you....you rock!
Those photographs of yours are stunning. You should consider installing Image Handler to get them looking really good.
20 years a Zencart User
You are also having a problem with your popup zooms.
Take a look at:
http://rakpicture.com/catalog/index....&products_id=2
And click LARGER IMAGE...
Do you want a tip on how to fix this?
20 years a Zencart User
I am in the process of installing IH2 any other better suggestions? Thanks ....
Here's the tip:
Open up:
includes/templates/template_default/popup_image/tpl_header.php
Find this:
Change to this:PHP Code:<body id="popupImage" class="centeredContent" onload="resize();">
You should save the file to your custom template override folder.PHP Code:<body id="popupImage" class="back" onload="resize();">
includes/templates/CUSTOM/popup_image/tpl_header.php
20 years a Zencart User