Zen Cart Logo

Layout on home page

Locked

Views: 1,111

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
30 Jul 2009, 6:52 AM
#1
evil_turinp avatar

evil_turinp

New Zenner

Join Date:
Jul 2009
Posts:
98
Plugin Contributions:
0

Layout on home page

Hi

Take alook at the site im building....
http://www.interior-displays.co.uk/shop/

The lil 1px /2px gap between the blue image and the div I have put in ... (the address and time one) is really annoying me where do I change this so it no longer exists ? and the left hand side too where its a brown line and its out by 1px ..

Cheers
ET

30 Jul 2009, 12:27 PM
#2
evil_turinp avatar

evil_turinp

New Zenner

Join Date:
Jul 2009
Posts:
98
Plugin Contributions:
0

Re: Layout on home page

anyone?

30 Jul 2009, 12:37 PM
#3
aliepinieks avatar

aliepinieks

Zen Follower

Join Date:
Jun 2009
Location:
Brisbane, QLD AUS
Posts:
209
Plugin Contributions:
0

Re: Layout on home page

having a look now...

30 Jul 2009, 12:44 PM
#4
aliepinieks avatar

aliepinieks

Zen Follower

Join Date:
Jun 2009
Location:
Brisbane, QLD AUS
Posts:
209
Plugin Contributions:
0

Re: Layout on home page

at first glance it appears to be the padding of the mainWrapper class in your stylesheet.
try adding cellpadding="0" cellspacing="0" to this table element and see how you go.

cheers
andy

30 Jul 2009, 1:20 PM
#5
evil_turinp avatar

evil_turinp

New Zenner

Join Date:
Jul 2009
Posts:
98
Plugin Contributions:
0

Re: Layout on home page

I forgot about that regarding tables cheers !!

30 Jul 2009, 5:53 PM
#6
evil_turinp avatar

evil_turinp

New Zenner

Join Date:
Jul 2009
Posts:
98
Plugin Contributions:
0

Re: Layout on home page

to fix it add it to

tpl_main_page.php

at the following line

<table id="mainWrapper"cellpadding="0" cellspacing="0">

You cant define table settings at the div it calls so bang it where it declares the table and jobs a good un

Thanks for the pointer

ET