Add to cart buttons not aligned

Home Forums Gillion Theme Add to cart buttons not aligned

Home Forums Gillion Theme Add to cart buttons not aligned

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • savethecat
    Participant

    the add to cart buttons on all products pages is not in alignment with the product quantity box. It is aligned with the top instead of center.

    Example page: https://savethecat.com/products/consultations/script-no-notes

    I see this in the CSS:
    .woocommerce div.product form.cart .button {
    . 
 vertical-align: middle;
    . 
 float: left;
    }

    which seems to be the right thing but not working. Can you provide an update or alternative? Thanks.

    • This topic was modified 4 years, 2 months ago by savethecat. Reason: clearing up embedded code
    • This topic was modified 4 years, 2 months ago by savethecat.
    Attachments:
    You must be logged in to view attached files.

    Hi @savethecat,

     

    I hope you are well today and thank you for your question.

     

    You can resolve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .single-product.gillion-woocommerce div.product form.cart .button {
        margin-top: 20px;
    }

     

    Best regards,
    Shufflehound team

    savethecat
    Participant

    You can close this ticket. Thanks.

    Shufflehound
    Moderator

    Thank you for letting us know! 🙂

Viewing 4 posts - 1 through 4 (of 4 total)