Trying to get the add to cart button area up top closer to the image like the truck parts store.
For the life of me I can't find it in Firebug.. Nor not sure what to do with it once I do.. See images below.
Link in question http://s1069957.instanturl.net/index.php/shop-tackle/canyon-reels/hs-16/hs-16-2-speed-jigging-reel-detail
[attachment cleanup by admin]
delete the margin in demo-style.css line 40 and 41
In addition to kkmediaproduction's suggestion, you may also play with changing the image and buy container width in
...\components\com_virtuemart\views\productdetails\tmpl\default.php
The relevant lines are:
<div class="width60 floatleft">
<?php
echo $this->loadTemplate('images');
?>
</div>
<div class="width40 floatright">
You could change the width values and save the file as a template override.
That was simple :) Thanks Guys