Re: image positioning on product pages
Go to your stylesheet.css, find these lines:
/*Image Display*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
margin: 0em 1em 1em 0em ;
}
Remove the "#productMainImage" from this group, leaving them looking like:
/*Image Display*/
#reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
margin: 0em 1em 1em 0em ;
}
Then just below them, add these lines:
#productMainImage {
float: right;
}
That should take care of your problem.
Teach them to shop and they will shop today;
Teach them to Zen and they will OWN a shop tomorrow!