Neither of your links work.
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.
Sorry about that this is the first link http//darktowerhobbies.com/index.php?main_page=product_info&cPath=12_42_43_46&products_id=445
and the secondhttp://shop.forge-games.co.uk/mechan...gers-188-p.asp
I Guess this is a hard question
Your question could use clarification (I know you know exactly what you mean, but we don't), and none of your links work except the last one.
You can set a
margin-left: 210px;
on #productDescription, #cartAdd and other classes/ids in your stylesheet, along with setting the maximum width of product images at 200px. You can adjust these numbers as required.
There are other more advanced techniques possible too. Some have been discussed in the forum recently.
Ok here is a working link http://darktowerhobbies.com/index.ph...products_id=16
What I would like to do is make it look similar to this http://shop.forge-games.co.uk/mechan...gers-188-p.asp
I looks cleaner to me all of his text left justifies off the pic I did what you said to do and the title still wraps around with the price below it.
Also before I type something in to search in the forum what should I look for I am tired of getting 200,000 posts about nothing I need.
Thanks
These little color swatches are giving me lots of issues http://darktowerhobbies.com/index.ph...products_id=17
Sorry did not edit earlier post fast enough I think I have the large working just these little colors are not
And how do I fix the title tp not wrap is that in the style sheet?
Add to your stylesheet:
#productName, #productDetailsList {margin-left: 210px;}
If you want to check out another technique, search on productGroupWrapper.
Ok I added exactly what you said to and still nothing you can see here the Contains: is below and to the left of the pic the rest of the text is fine though
here is the link
The text is doing exactly what you have told it to do: you have margin-left: 110px; on most of it, and the text that is not pushed over to clear the floated image is at 110px from the left edge of the column. As I said, if you want the text to line up vertically, you need to make the margin-left big enough to clear the maximum image width.