"Add to Cart" Button

  • Author
    Posts
  • #62685
    magnetictees
    Power User

    How can I make the Add to Cart button span the width of the entry-summary div, similar to the proceed to checkout button?

    Website: www.magnetictees.com

    #63366
    Zed
    Cryout Creations mastermind

    Try this CSS:

    .single-product button.single_add_to_cart_button {
        width: 80%; /* quantity input takes up the rest of the width */
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘"Add to Cart" Button’ is closed to new replies.