Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1334175
    Marti
    Participant

    Hi support,

    I’d like to move the add to cart button next to the quantity select, like in the screenshot (left is current, right is wanted).
    Site is local, so cannot provide the URL but all the latest versions and no other theme edits or anything.

    TIA!

    #1334545
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    .quantity {
        float: left !important;
    }
    
    button.single_add_to_cart_button.button.alt {
        float: left;
        margin-left: 50px !important;
    }
    
    .product_meta {
        clear: both !important;
    }

    Thanks.

    #1334952
    Marti
    Participant

    Perfect, thanks much!

    #1334981
    Thai
    Moderator

    You’re most welcome 🙂

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