Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Need some help with my layout

Need some help with my layout

Locked

Views: 901

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
6 Feb 2009, 8:48 AM
#2
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Need some help with my layout

In your stylesheet_main.css, for a start:```
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
margin:10px; text-align:center; line-height:20px;
}
#productMainImage {width: 280px; float: left;} /add this line/

#productMainImage+strong+br.clearBoth {display: none;}/this is a temporary fix to hide the .clearBoth/
#productMainImage a, #reviewsInfoDefaultProductImage a, #productReviewsDefaultProductImage a, #reviewWriteMainImage a {
color:#262626; font-weight:bold; text-decoration:none;
}
#cartAdd {vertical-align:top; float:right; text-align:center; margin:1em; border:1px solid #000000; padding:1em;}

6 Feb 2009, 6:53 PM
#3
kagen avatar

kagen

New Zenner

Join Date:
Oct 2008
Posts:
18
Plugin Contributions:
0

Re: Need some help with my layout

ok i got the cart up there but now im having trouble with the size attributes