Jump to content

EmmaW

Member
  • Posts

    7
  • Joined

  • Last visited

Posts posted by EmmaW

  1. On 5/11/2020 at 9:16 AM, tuanphan said:

    In Custom CSS box, find this code

    and edit this number 4 to 3

    
    .ProductItem-details .ProductItem-product-price {
        order: 4 !important;
    }

    and add this to Home > Design > Custom CSS

    
    @media screen and (max-width:767px) {
    .product-quantity-input {
        width: 50%;
        float: left !important;
    }
    }

     

    Hi Tuan! Thanks so much for this!!

    This code successfully switched the order of the price & quantity field, but didn't put it on one line... 
    i.e. https://seabass-greyhound-r843.squarespace.com/editions-a-k/tomma-abts
    (pw: Zurich1984)

    Now I'm wondering, do you think it would be possible to display 'Price' followed by 'QTY' followed by 'Add to Cart' all on one line ??

    Thanks again!!!!!!!!!!!!!

  2. 12 minutes ago, tuanphan said:

    What is access password?

    Zurich1984

    I'm using the following code right now, which brings the price down:

    section.ProductItem-details .ProductItem-details-checkout { 
    display: flex; 
    flex-flow: column; 


    .ProductItem-details .ProductItem-details-excerpt { 
    order: 1 !important; 


    .ProductItem-details .product-variants { 
    order: 2 !important; 


    .ProductItem .ProductItem-details .product-quantity-input { 
    order: 3 !important; 


    .ProductItem-details .ProductItem-product-price { 
    order: 4 !important; 


    .ProductItem-details .sqs-add-to-cart-button-wrapper { 
    order: 5 !important; 


    .ProductItem .ProductItem-additional { 
    order: 6 !important; 
    }

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.