Site logo

[Resolved] Woocommerce Product page Add to cart not aligning with quantity

Home Forums Support [Resolved] Woocommerce Product page Add to cart not aligning with quantity

Home Forums Support Woocommerce Product page Add to cart not aligning with quantity

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #569185
    Guy

    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

    #569254
    Tom
    Lead Developer
    Lead Developer

    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 🙂

    #569256
    Guy

    Tom,

    Thank you. You are a genius and an excellent programmer (and one heck of a guy in my book).

    Thanks

    #569257
    Tom
    Lead Developer
    Lead Developer

    Thank you! 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.