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;
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL, Domain, and MagicThumb with semi-annual and longer hosting
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;
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL, Domain, and MagicThumb with semi-annual and longer hosting
Sure you can, you will just follow this tutorial and move the product name...
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL, Domain, and MagicThumb with semi-annual and longer hosting
Bookmarks