• Resolved edelorn

    (@edelorn)


    Hello there,

    Is there any css code that I can adjust “Add to Cart” button size? (width and length)

    Please let me know. Thank you

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @edelorn – Button sizes can be controlled by your theme, which it looks like they are in your case.

    To change the size of that button, you could adjust the values in this CSS:

    button.single_add_to_cart_button {
       width: 200px;
       height: 50px;
    }

    You can put this on your site by going to: Appearance > Customize > Additional CSS
    Depending on the size you’re wanting, you can adjust the 200px and 50px to fit your needs.

    – Joey

    Plugin Support mouli a11n

    (@mouli)

    It’s been a while since we heard from you, so I’m marking this thread resolved. Hopefully, you’ve been able to resolve this, but if you haven’t, please open up a new topic and we’ll be happy to help out.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add to cart button size’ is closed to new replies.