SOLVED: Alignment issue with icons (Virtuemart) checkout page

Professional Jomal template designed to be easily adaptable to all kinds of business
GK User
Thu Feb 24, 2011 5:29 am
Hi guys, hope you can help with this one:

Link: http://www.gourmetlamb.co.nz/shop-online?page=shop.cart

Issue 1: Where is says name, the name needs to be intended a bit
Issue 2: The icons need to be aligned with the Qty field adn the rest of the text


Alignment.jpg
User avatar
Junior Boarder

Konrad M
Thu Feb 24, 2011 9:22 am
Hi
For icons(there are input type 'image') you need to setup aligment="top" because now is middle. And for indent
add to override.css
Code: Select all
th {
padding:5px 0 5px 10px;
}

and try to change last padding value as you wish.
User avatar


cron