Home Forums Basel support forum Add to Cart button Single Product

Add to Cart button Single Product

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10472

    pursehuit
    Participant

    Hi again!
    How can I display the add to cart button and quantity box under the “in stock” slug on every display, like on mobile > http://prntscr.com/efu4h5

    Now, as you can see, in stock and add to cart are displayed in line…

    #10478

    Artem Temos
    Keymaster

    Hello,

    Try to use this Custom CSS code

    .single-product-content .in-stock, .single-product-content .out-of-stock { 
    	display:block;
    }

    Regards

Viewing 2 posts - 1 through 2 (of 2 total)