Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / products_all and products_new layout

products_all and products_new layout

Locked

Views: 1,949

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
13 Apr 2009, 11:59 AM
#1
limelites avatar

limelites

Totally Zenned

Join Date:
Jan 2009
Posts:
2,085
Plugin Contributions:
0

products_all and products_new layout

https://www.limelites.co.uk

I have heavily customised my tpl_products_all.php and tpl_products_new.php but for the life of me I can't figure out how to make new products the same as all products.

ALL:

NEW:

How can I achieve a margin after the text under the images in NEW products the same as in ALL products???

13 Apr 2009, 12:11 PM
#2
limelites avatar

limelites

Totally Zenned

Join Date:
Jan 2009
Posts:
2,085
Plugin Contributions:
0

Re: products_all and products_new layout

Ahhh, figured it out... problem wasn't in php it was in stylesheet.css. This fixed it:

.new_products {
float: left;
margin-bottom:10px;
position:relative;
width: 200px;
height: 285px;
text-align: center;
}

.new_products img {
border:0 solid #000;
}
13 Apr 2009, 1:42 PM
#3
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: products_all and products_new layout

Thanks for the update on what the solution was ... :smile: