[Resolved] Box larger than Add to cart Button

Home Forums Support [Resolved] Box larger than Add to cart Button

Home Forums Support Box larger than Add to cart Button

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #415853
    bluebit

    Whats the php or css code to change the height of the white box with the number inside that is next to the add to cart button to make it the same height as the add to cart button? see here http://wildlatina.co/product/cindy/

    https://imgur.com/a/GVSax

    #415897
    Leo
    Staff
    Customer Support

    Hi there,

    Try this:

    .woocommerce.single-product .product input.qty {
        line-height: 1.5em;
    }
    #415910
    bluebit

    That worked but it made it overall look skinner, how to add 1.5em to the bottom of the add to cart button? Bigger sometimes is better hehe.

    #415938
    Leo
    Staff
    Customer Support

    Try this:

    .woocommerce div.product form.cart .button {
        line-height: 1.7em;
    }
    #415958
    bluebit

    Thank You, it worked perfectly!!!

    #416112
    Leo
    Staff
    Customer Support

    No problem!

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