Zen Cart Logo
Forums / Basic Configuration / Display too wide

Display too wide

Views: 909

Results 1 to 5 of 5
18 Aug 2013, 9:01 PM
#1
irishshopper avatar

irishshopper

Zen Follower

Join Date:
Apr 2010
Location:
County Down, Northern Ireland
Posts:
302
Plugin Contributions:
0

Display too wide

https://www.irishshopper.ie

Something has happened the above display.

Initially there was a white column down each side of cart but now cart is widened to full width of screen.

19 Aug 2013, 12:54 AM
#2
rbarbour avatar

rbarbour

Totally Zenned

Join Date:
Feb 2010
Posts:
2,159
Plugin Contributions:
10

Re: Display too wide

irishshopper:

www.irishshopper.ie

Something has happened the above display.

Initially there was a white column down each side of cart but now cart is widened to full width of screen.

Have you contacted 12Leaves, looks like it is expanding the website due to the fact that it is responsive. As their code for their responsive templates are not available via the forums it will be hard for anyone to tell you exactly what is going on there.

19 Aug 2013, 1:28 AM
#3
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Display too wide

I took a look at it using Chrome Developer Tools and it looks like this first line in your responsive_theme.css file:

.mainWrapper, #header_wrapper { width: auto !important; max-width: 948px;}

should probably be talking about #mainWrapper instead of .mainWrapper
and should say margin auto instead of width auto

19 Aug 2013, 3:57 AM
#4
irishshopper avatar

irishshopper

Zen Follower

Join Date:
Apr 2010
Location:
County Down, Northern Ireland
Posts:
302
Plugin Contributions:
0

Re: Display too wide

Thank you for that. This .css file has never been changed and we use the same files in https://www.irishshopper.com and everything width wise is fine there.

19 Aug 2013, 4:34 AM
#5
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Display too wide

irishshopper:

Thank you for that. This .css file has never been changed and we use the same files in www.irishshopper.com and everything width wise is fine there.

... then I suggest some comparisons between the two sites