Quote Originally Posted by duxfield View Post
To try remove the white space padding around the center image I increased the width and height of the image by 3 pixels in the html code in the define_main_page.php in Define Pages. This removed the padding between the left hand side of the image and the left hand border, but no matter how much I increased the height it wouldn't remove the padding between the breadcrumb bar and image, and between the image and the lower border graphic. Did I do the right thing?
I don't know if that was the right thing to do, LOL, but if it worked. :-) As for the top space, the issue is this code:
<h1 id="indexDefaultHeading"> </h1>

You can remove that from includes/templates/YOUR_TEMPLATE/templates/tpl_index_default.php


Quote Originally Posted by duxfield View Post
Also how the heck did you know that was the offending </div>? I counted all the <divs> in that file and there was an even number and I assume you need one to open the div and one to close it.
It was the only one it could be.


Quote Originally Posted by duxfield View Post
Anyways I'm left with just a few issues now:

- Little bits of border sticking up on both sides of the top of the breadcrumb bar. This only happens in IE.
I'm not too sure about this, but first lets try this. Remove:
<div id="centerColumnOuter"></div>
from includes/templates/YOUR_TEMPLATE/common/tpl_main_page.php (I think that's right, if not, try tpl_header.php).

Quote Originally Posted by duxfield View Post
- Fine white line showing just under the portion of the page that the Search box is displayed in (Is that called the EZ-Pages area?). This only happens in Firefox.
Add your background color to #headerWrapper.

Quote Originally Posted by duxfield View Post
I also have an error when I get to the select payment step in the shopping process but we'll get to that later I think :)
What is the error? Are you using 1.3.7.