View Single Post
Old 10-07-2012, 02:53 PM   PM User | #4
sunfighter
Senior Coder

 
Join Date: Jan 2011
Location: Missouri
Posts: 2,498
Thanks: 18
Thanked 361 Times in 360 Posts
sunfighter is on a distinguished road
I used in-line styling
Code:
<div class="product_thumb ">
    <a href="javascript:void(0)">
    <img style="margin-top:0;" src="http://cdn.shopify.com/s/files/1/0174/5504/products/action-form-medium-144_small.jpg?4889" alt="Adjustoform Action Form Mannequin Size 16 - 22" rel="lightbox-images">
    </a>
</div>
But it would be better to add a class for vertical images that do this in the css
sunfighter is offline   Reply With Quote