Venera Posted June 21, 2023 Posted June 21, 2023 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!
Solution paul2009 Posted June 21, 2023 Solution Posted June 21, 2023 (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, 2023 by paul2009 Venera 1 Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links. Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment