Home Forums WoodMart support forum add to card button on product grid alignment

add to card button on product grid alignment

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #557490

    son0002
    Participant

    Could you please align the “Add to Cart” button with the product? The current padding is causing a misalignment.

    #557572

    Hung Pham
    Participant

    Hi son0002,

    Thanks for reaching to us.

    To assist you in the best possible manner, I kindly ask that you please provide me screenshots that illustrate the parts you want to modify, this will allow me to thoroughly investigate and address your concerns more efficiently.

    Regards,

    #557645

    son0002
    Participant
    Attachments:
    You must be logged in to view attached files.
    #557832

    son0002
    Participant

    Hi, can l get some assistance

    #557882

    Hung Pham
    Participant

    Hi son0002,

    1. Width

    There is already Custom CSS to change button’s width https://prnt.sc/4pMJX29TmDjy Please change it to 100% and check again.

    2. Styling

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS

    div.wd-product.wd-hover-standard .wd-add-btn>a {
    	background-color: var(--btn-accented-color);
    	border: 1px solid var(--btn-accented-bgcolor);
    	color: var(--btn-accented-bgcolor);
    }

    Regards,

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