Venera Posted June 21 Share Posted June 21 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! Link to comment
Solution paul2009 Posted June 21 Solution Share Posted June 21 (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; } } 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 June 21 by paul2009 Venera 1 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
Venera Posted June 21 Author Share Posted June 21 Thanks a lot it works perfectly! paul2009 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment