Jump to content

Moving "Add to Cart" button below price

Go to solution Solved by paul2009,

Recommended Posts

Hi guys!

I can't move the "purchase" button under the price. I tried to use different codes, but none worked. Can someone please help me with this?
And I noticed that the product name is too high when you scroll down the page - how to add a small distance between the name and the header.

Thank you!

Screenshot_2.png

Screenshot_1.png

Link to comment
  • Solution
Posted (edited)
1 hour ago, Venera said:

I can't move the "purchase" button under the price. I tried to use different codes, but none worked. 
And I noticed that the product name is too high when you scroll down the page.

Try adding this to the end of the Custom CSS panel:

@media screen and (min-width: 768px) {
  .ProductItem-details .ProductItem-details-checkout {
    display: flex;
  }
  .tweak-product-basic-item-gallery-design-stacked .ProductItem-details {
    padding-top: 82px;
  }  
}

image.thumb.gif.9d67c1c9d31f5f46b619aebbcbea0ac5.gif

The first part will override the default block display and set it to flex so that the button moves north on the page.

The second part is overriding the top padding to move the title and other content down the page. You can amend as required.

Did this help? Please give feedback by clicking an icon below  ⬇️

Edited by paul2009

About: SQSP User for 17 yrs. Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥.
Work: Founder of SF Digital, building Squarespace Extensions to supercharge your commerce website. 
Content: Links in my posts may refer to SF Digital products or may be affiliate links.
If my advice helped, you can thank me by clicking one of the feedback emojis below. I love coffee too.

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • 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.