Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1219352
    weclose
    Participant

    Hi,

    Is there a way to align the add to cart button to the right of the amount box instead of under? On product pages.

    Bonus if it works on mobile as well. Site: http://staging.svenskaljusgrossisten.se

    Thanks in advance!

    #1219361
    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > Global CSS:

    .woocommerce.single-product .quantity {
        float: left;
    }
    
    .woocommerce.single-product button.single_add_to_cart_button.button.alt {
        float: left;
        margin-left: 10px;
    }
    
    .woocommerce.single-product .product_meta {
        clear: both;
    }

    Hope it helps 🙂

    #1219380
    weclose
    Participant

    Works thanks!

    #1219408
    Darshana
    Moderator

    Glad we were able to help 🙂

  • <script> jQuery(function($){ $("#no-reply-1219352 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>