Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #664286

    How can i center the add to cart shortcode for woocommerce? if possible can i also increase the size of the button too ? any other customization can be done?

    • This topic was modified 8 years, 4 months ago by yingyang.
    #664291

    without a link to the site there will be no chance to help you.
    if there was a hidden link – than you have to wait for the mods.
    Sorry

    if it is the same thing like here: http://kriesi.at/themes/enfold-shop/product/casual-collection/

    important for that is to give the whole form.cart a width – otherwise the centering will be not so easy

    form.cart {
        width: 300px;
        left: 50%;
        transform: translate(-50%);
    }
    
    button.single_add_to_cart_button {
        width: 160px !important;
    }
    #664888

    Hey!

    Please refer to @guenni007’s post above

    @guenni007
    Thanks! :)

    Regards,
    Yigit

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