How do I get the description of my products going down the page in a straight line rather than fitting around the photo....?
Please take a look to see what I mean!
http://www.acfurniturehire.co.uk.whi...products_id=48
How do I get the description of my products going down the page in a straight line rather than fitting around the photo....?
Please take a look to see what I mean!
http://www.acfurniturehire.co.uk.whi...products_id=48
Edit you stylesheet.css file and find this entry and pull it out into it's own entry lioke this:
And instead of using the Classic template and making edits to it that you will lose when an upgrade is applied, create your own template and make edits to it.Code:#productDescription { width: 55%; float: right; }
Zen-Venom Get Bitten
So, this worked genius for me - as long as there is no picture (there is the "No picture available" box). Once I add an image, the text gets pushed down and to the right. Changing image size didnt help. I played with %, left/right/center etc, no help. If I delete image it goes back to where I need it - directly to the right of the image box and straight down. With the image, down, even with bottom of image box and far right. I did raise the "Add to Cart box" but this doesn't seem to be a problem where there is an empty image box. Would greatly appreciate any help.
We will probably need a URL to see the problem.
Please do not PM for support issues: a private solution doesn't benefit the community.
Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.
That was a fast response!
Sorry - here is the right way:
http://glimmerdog.com/index.php?main...roducts_id=366
Here is the altered way:
http://glimmerdog.com/index.php?main...roducts_id=377
did you want the image centered on the page with the text below it?
see my fantasies realm link in signature
if so then try this
includes/templates/your_template/templates/tpl_modoules_main_product_image.php
find:
<div id="productMainImage" class="centeredContent back">
Replace with:
<div id="productMainImage" class="centeredContent">
I want it to look exactly like this:
http://glimmerdog.com/index.php?main...roducts_id=366
-and it does, when the image box is empty. The problems is, when I upload a pic in Admin it shifts the text to another part of the page.
Like this:http://glimmerdog.com/index.php?main...roducts_id=376