Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #885355
    SirRahikkala
    Participant

    Hey

    If I am not seeing wrong, it seems that with single product the cart functions are placed within the description div where as the variable product has them below/after the description?

    I would like to have it so that single product functions are also below the description.

    #885356
    SirRahikkala
    Participant
    This reply has been marked as private.
    #885915
    SirRahikkala
    Participant

    Anyone?

    #885969
    Thai
    Moderator

    Hi There,

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

    .woocommerce .quantity,
    .woocommerce-page .single_add_to_cart_button {
        display: inline-block;
    }
    .woocommerce-page div.product .summary form.cart {
        clear: both;
    }

    Hope it helps 🙂

    #885995
    SirRahikkala
    Participant

    Thanks! and have a nice weekend!

    #886635
    Thai
    Moderator

    You’re most welcome 🙂

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