Hi,
I'd like, on the product listing page, to have the add to cart button to appear next to the quantity box, not below.
Where should I make this change?
I attach a picture of how is displayed now.
Thank you very much for your help.
![]()
Hi,
I'd like, on the product listing page, to have the add to cart button to appear next to the quantity box, not below.
Where should I make this change?
I attach a picture of how is displayed now.
Thank you very much for your help.
![]()
A picture really doesn't help when trying to resolve layout issues, a link to the live site would be better.
A good tool to use is The Web Developer extension for fire-fox.
Hi, I tried to figure it out but I couldn't..
Could you plkease have a look? the webpage is here http://tiny.cc/i6izdw
Thank you.
Hi, asyou can see modifying "product_listing.php" I reached my goal but somebody can tell me why the quanty box and the add to cart ######## are mis-aligned vertically?
Thank you
not a big fan of TM templates - I can not even think of a reason why they added and altered code to do what they did.
but try adding this to your stylesheet
div.productListing-data {
position:relative;
}
div.productListing-data input[type="image"] {
position:absolute;
top:6px;
}
Bookmarks