Hello,
At my Product Info page product description is display below the image. I would like to have it in line, next to each other. I mean, on the left side IMAGE to the right DESRIPTION with price etc.
Thanks,
PvL108.
Hello,
At my Product Info page product description is display below the image. I would like to have it in line, next to each other. I mean, on the left side IMAGE to the right DESRIPTION with price etc.
Thanks,
PvL108.
What you want is normally default
How about a link to your site and to the page in question
Zen-Venom Get Bitten
http://www.phenoma.pl/sklep/index.ph...roducts_id=444
Here is the link. Thanks.
PvL108.
Really a question for Grupa ZenCart.pl
But try this - In your style sheet find these items:
Edit them to this - save and upload fileCode:#productMainImage { margin:34px 15px 0px 0px; text-align:center; } #cartAdd { float:right; letter-spacing:3px; padding:5px 0px; text-align:left; height:25px; width:150px; }
Code:#productMainImage { margin:0px 10px 0px 0px; float: left; } #cartAdd { float:right; letter-spacing:3px; padding:0px 10px 0px 0px; text-align:left; height:25px; width:200px; }
Zen-Venom Get Bitten
It works, thanks a lot!
PvL108