Zen Cart Logo

Left hand coloumn

Locked

Views: 1,243

Results 1 to 7 of 7
This thread is locked. New replies are disabled.
15 Dec 2008, 9:44 AM
#1
phillpal avatar

phillpal

New Zenner

Join Date:
Apr 2008
Posts:
52
Plugin Contributions:
0

Left hand coloumn

Hi there, on internet explorer and safari my site https://www.theenduk.com has a nice left hand column that moves the site away from the browser window, but when I open in explorer there is none.

Can i get some help please

15 Dec 2008, 10:16 AM
#2
steve_1 avatar

steve_1

Zen Follower

Join Date:
Sep 2008
Location:
London UK
Posts:
100
Plugin Contributions:
0

Re: Left hand coloumn

bit confused ... you state Internet explorer and safari it is ok but explorer it is not ??

looking at your css would imagine because you have

text-align:left;

in #mainwrapper of css

try changing that to

margin: 0 auto 0 auto;

also notice you have width set to 900px yet I am getting horizontal scrollbar ... so really your width is no wide enough ??

15 Dec 2008, 10:35 AM
#3
phillpal avatar

phillpal

New Zenner

Join Date:
Apr 2008
Posts:
52
Plugin Contributions:
0

Re: Left hand coloumn

sorry i meant mozilla and safari are ok and explorer not.

So do you mean replace
text-align:left;
with
margin: 0 auto 0 auto;

15 Dec 2008, 10:51 AM
#4
steve_1 avatar

steve_1

Zen Follower

Join Date:
Sep 2008
Location:
London UK
Posts:
100
Plugin Contributions:
0

Re: Left hand coloumn

thats what i stated to try

15 Dec 2008, 11:11 AM
#5
phillpal avatar

phillpal

New Zenner

Join Date:
Apr 2008
Posts:
52
Plugin Contributions:
0

Re: Left hand coloumn

ive changed it but now theres no outside space, let me resize back to 900 and find out.

Everything is so much bigger in explorer, check it out in mozilla

15 Dec 2008, 11:17 AM
#6
phillpal avatar

phillpal

New Zenner

Join Date:
Apr 2008
Posts:
52
Plugin Contributions:
0

Re: Left hand coloumn

reason for the oversized width page was the image made it too wide so resized instead of wrapping.

But look now still isn't centralised on the page

https://www.theenduk.com

15 Dec 2008, 11:51 AM
#7
steve_1 avatar

steve_1

Zen Follower

Join Date:
Sep 2008
Location:
London UK
Posts:
100
Plugin Contributions:
0

Re: Left hand coloumn

in which case something else is conflicting somewhere

try removing the code i mentioned above and placing it in the body in css

referred to the width as you have set at 900px but it is not wide enough ... am viewing at 1024x768 and it was being forced wider which was why am getting a horizontal bar (not now that you changed the code as posted above