Archived topic
Woocommerce Product page Add to cart not aligning with quantity
3 replies · Started by Guy on May 6, 2018
Hello,
I am having a slight problem with the alignment of the add to cart button on my product pages. I currently have an additional options plugin running above the button, but it does not matter if it is there or not.
https://www.ikonsuspensionusa.net/product/ikon-basix-58/
Any help would be greatly appreciated.
Thanks in advance
Hi there,
You have this custom CSS:
.woocommerce button.button {
float: right;
background: transparent !important;
border: 1px solid #3aa150;
font-size: 16px;
color: #3aa150 !important;
padding: 12px 26px !important;
letter-spacing: 2px !important;
margin-top: 40px;
cursor: pointer;
text-transform: uppercase;
}
The margin-top 40px is causing the alignment issue.
Let me know if you need more info :)
Tom,
Thank you. You are a genius and an excellent programmer (and one heck of a guy in my book).
Thanks
Thank you! :)