Thanks a lot.
It's a lot closer to the product now than before which is awesome but i'd still like it to be beside the dvd--if possible.
Can we use a float right or something like that on the image?
Thanks a lot.
It's a lot closer to the product now than before which is awesome but i'd still like it to be beside the dvd--if possible.
Can we use a float right or something like that on the image?
Thanks a lot.
It's a lot closer to the product now than before which is awesome but i'd still like it to be beside the dvd--if possible.
Can I set the image to float right or something like that?
in the beginning before I saw the image that is what I was going to do.
try this tell me what you think, will have to make logo image or prod image a little smaller tho.
in your stylesheet file:
find this:
change to:Code:/*.content,*/ #productDescription, .shippingEstimatorWrapper { /*font-size: 1.2em;*/ padding: 0.5em; }
Code:/*.content,*/ .shippingEstimatorWrapper { /*font-size: 1.2em;*/ padding: 0.5em; }
and add this:
Code:#productDescription { padding: 9.0em 0.0em 0.0em 0.0em; background-image:url(../zencart/includes/templates/custom/images/thespecs.jpg); background-repeat:no-repeat; background-position:right top; height:300px; }
Hmm.. it didn't seem to do anything.
it did, I am getting an error when I right click where the image should be. check to make sure the path is correct in your css file
it pulling image from /zencart/includes/templates/custom/zencart/includes/templates/custom/images/thespecs.jpg
so change image path to /images/thespecs.jpg
also at the end of your css file:
#seShipTo {
padding: 0.2em;
}
} <----------------Remove this
also check pm for new image
@rb,
Use this for the correct path:
background-image:url(../images/thespecs.jpg);
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
Nice
Now how do I remove the extra one
if you like that look we can get rid of the coding in your tpl_product_info_display.php, i also uploaded a smaller image, use the same link as before.
& thank you haredo
I like this look, and the smaller file I noticed is a bit blurry. It seems the more resizing that's done the blurry it gets.
What file should i be deleting from tpl_product_info_display.php
the one i added earlier, i assume