Hallowxx Posted February 4, 2023 Posted February 4, 2023 (edited) https://www.hallowapotheca.com I’d like to make the price appear on the same line as the title of product blocks as shown in attached pic. Any way to do that? I’ve tried various codes from similar questions on the forum but they haven’t worked. TIA Edited February 4, 2023 by Hallowxx Added site url
Ziggy Posted February 6, 2023 Posted February 6, 2023 Can you share your website URL and this page? Thanks! Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 📈 SEO Space (Referral link) Ⓜ️ Will Myers' Plugins & Tutorials (Referral link) 🔌 Ghost Squarespace Plugins (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee?
Hallowxx Posted February 7, 2023 Author Posted February 7, 2023 The website is https://www.hallowapotheca.com/ and the url for the page shown is https://www.hallowapotheca.com/shop
Ziggy Posted February 7, 2023 Posted February 7, 2023 (edited) Try this Custom CSS: section[data-section-id="63cc7ae8b155d84db08b356f"] { #productDetails { display: flex; width: 100%; flex-direction: row; justify-content: space-between; align-items: center; } .product-price { margin-top: 1.5em; } } Edited February 7, 2023 by Ziggy Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 📈 SEO Space (Referral link) Ⓜ️ Will Myers' Plugins & Tutorials (Referral link) 🔌 Ghost Squarespace Plugins (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee?
Hallowxx Posted February 7, 2023 Author Posted February 7, 2023 I plugged that into Custom CSS but nothing changed
Solution Hallowxx Posted February 8, 2023 Author Solution Posted February 8, 2023 This is what ended up working for me: div.productDetails { display: flex; align-items: top; justify-content: space-between; } div.productDetails>* { margin-top: 5px !important; margin-bottom: 5px !important; }
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment