Page 1 of 1

add to cart button alignment

PostPosted: Fri Oct 10, 2014 9:07 am
by lneibauer
I newbie needs some assistance.. This must be my OCD kicking in :wink:

on all of my product pages my add to cart button is not vertically aligned with my quantity box and I would like them to all line up in a nice neat row. I realize that the add to cart button is in the page template but I do not see how to align the button with the quantity text form input box. The majority of my products are using the masterproduct template.

here is a sample page so you can see what I am talking about
http://www.churchsupplier.com/shopsite_sc/store/html/witness.html

I took over this sight from someone who is no longer with the company and I do not know how this happened. When we have more information pages the button seems to line up on the More information pages I have created.

Thanks in advance...

Re: add to cart button alignment

PostPosted: Fri Oct 10, 2014 11:16 am
by Kapitol
Assuming you know how to edit CSS; do this:
Add this class
Code: Select all
input.addimage {
vertical-align: middle;
}


That will vertically center all your buttons which will align then with your quantity inputs.

Re: add to cart button alignment

PostPosted: Mon Oct 20, 2014 12:14 pm
by lneibauer
thanks, I do know CSS and I will make the edits