Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Problems with the layout in boxes Please help

Problems with the layout in boxes Please help

Locked

Views: 1,306

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
1 Jun 2008, 11:13 AM
#1
freeyourmobile avatar

freeyourmobile

New Zenner

Join Date:
Feb 2008
Posts:
7
Plugin Contributions:
0

Problems with the layout in boxes Please help

We have setup a monsters template to give us a head start and the boxes look incorrect.
If you look either side the layout should be smooth but the boxes look as if they are slightly too big as the images are stretched.
I have tried changing the box size in zencart admin to no avail.

I would apreciate your help in this problem.

http://www.bambinogifts.com/

1 Jun 2008, 1:56 PM
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Problems with the layout in boxes Please help

Not sure exactly what you mean, although considering that it's a Template Monster template, the good news is that it works at all.

Try changing the column widths in Admin - Configuration - Layout Settings

1 Jun 2008, 2:34 PM
#3
freeyourmobile avatar

freeyourmobile

New Zenner

Join Date:
Feb 2008
Posts:
7
Plugin Contributions:
0

Re: Problems with the layout in boxes Please help

Cheers tried that unfortunatly it is not hte size of box but appears to be the image proportion.
Ie the borders in the boxes should be smooth the orange in the boxes sticks out.

Thanks any ideas where the image percentages are for the template.

1 Jun 2008, 5:21 PM
#4
bigbadboy avatar

bigbadboy

Totally Zenned

Join Date:
Apr 2008
Location:
London
Posts:
557
Plugin Contributions:
0

Re: Problems with the layout in boxes Please help

You need to check this and try some different options:

.dc (line 598) {
display: table-cell;
text-align: left;
vertical-align: top;
width: 100%;
}

I would hazard a guess at the 100% messing things up.

1 Jun 2008, 7:33 PM
#5
freeyourmobile avatar

freeyourmobile

New Zenner

Join Date:
Feb 2008
Posts:
7
Plugin Contributions:
0

Re: Problems with the layout in boxes Please help

That did change proportions but unfortunatly not the ones I have a problem with.
I have included a picture to show you one of the side boxes and highlighted where the images are stretched.
Most the boxes have the same problem.

http://www.bambinogifts.com/
Thanks for your help so far.
Alex

2 Jun 2008, 1:28 AM
#6
bigbadboy avatar

bigbadboy

Totally Zenned

Join Date:
Apr 2008
Location:
London
Posts:
557
Plugin Contributions:
0

Re: Problems with the layout in boxes Please help

Sorry I have no time for TM templates.

I suggest maybe using Firefox with the Web Developer add-on. You can then use this to narrow down your problem(s).