Find this below:
includes/templates/cherry_zen/css/stylesheet.css
#productMainImage {
background: url("../images/shadowAlpha.png") no-repeat scroll right bottom transparent !important;
float: left;
margin: 1em 0 0 10em !important;
}
- highlighted in red above it your problem
- the fix is:
- margin: 1em 0 0 1em !important;


Reply With Quote

