Zen Cart Logo

A Little Help

Locked

Views: 777

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
8 Mar 2008, 12:37 AM
#1
uruharacosplay avatar

uruharacosplay

Zen Follower

Join Date:
Nov 2007
Location:
Atlanta, GA
Posts:
125
Plugin Contributions:
0

A Little Help

The two arrows on the side - for some reason - there's a lot of white space here and normally, there's not anything there at all.

What fields do I edit so that I can fix these glitches?

Also, how do I adjust the width of tpl_header.php?

Thank you so much - you've all been wonderful!

~Indi

8 Mar 2008, 2:00 AM
#2
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: A Little Help

What could there be on the sides of the header image? Do you want the body background to show through? For that you will need to remove the background-color of whatever element(s) have it there. If you want something else, you will have to explain more.

The gap is a combination of three different things. They can all be taken care of in your stylesheet for modern browsers, but IE6 will not recognize one of the selectors and you will need to edit tpl_header.php for it.

Add to your stylesheet```
h1#indexDefaultHeading, #logoWrapper+br.clearBoth {display: none !important;}

Find this in your stylesheet```
.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
padding: 0.8em;
}
``` and separate it and edit to look like this```
.centerColumn {
    padding: 0 0.8em 0.8em 0.8em;
    }
#bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
    padding: 0.8em;
    }

Find the <br class="clearBoth" /> near the bottom of tpl_header.php and comment it out. You may have to experiment to find out exactly which one it is that is causing the gap.

There is also an empty <font> that is causing a bit of extra space above the center column main image. Look in define_main_page.php for it.

8 Mar 2008, 4:24 AM
#3
uruharacosplay avatar

uruharacosplay

Zen Follower

Join Date:
Nov 2007
Location:
Atlanta, GA
Posts:
125
Plugin Contributions:
0

Re: A Little Help

Okay - fixed some of the issues.

How do I change the height of the header (like make it about 200px tall before the content from the default_main_page.php)?

How do I change the background image/background color of the middle section of the table (as shown in the image)?

Blessed Be,
Indi