Please take a look at my product info page:
http://www.morrisgiftshop.biz/index....roducts_id=154
can you please help me why my product image is overlapping the product name and product# and others on the right side of the image?
Please take a look at my product info page:
http://www.morrisgiftshop.biz/index....roducts_id=154
can you please help me why my product image is overlapping the product name and product# and others on the right side of the image?
looking at this page with the browser called Firebox with the Add On called Firebug..
When I eliminate this property it is fixed but there is an important beside it..
Have you installed a module within cherry template..
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 fixed it, but i would contact the mod developer you are using or Cherry Template if no mod..
- the fix is:
- margin: 1em 0 0 1em !important;
Mark
Hare Do - Does the rabbit beat Zen "never".
Zen Cart 1.5.1 Update Release Need help Purchase the Book
Thank you, I got it.
Is also possible to put the name of the product above the product image?
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;
Mark
Hare Do - Does the rabbit beat Zen "never".
Zen Cart 1.5.1 Update Release Need help Purchase the Book
Sure you can, you will just follow this tutorial and move the product name...
Mark
Hare Do - Does the rabbit beat Zen "never".
Zen Cart 1.5.1 Update Release Need help Purchase the Book
Bookmarks