Hallowxx Posted February 4 Share Posted February 4 (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 by Hallowxx Added site url Link to comment
Ziggy Posted February 6 Share Posted February 6 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 🔌 Ghost Squarespace Plugins (Referral link)📈 SEO Space (Referral link)⬛ SquareWebsites Plugins (Referral link)☕ Did I help? Buy me a coffee? Link to comment
Hallowxx Posted February 7 Author Share Posted February 7 The website is https://www.hallowapotheca.com/ and the url for the page shown is https://www.hallowapotheca.com/shop Link to comment
Ziggy Posted February 7 Share Posted February 7 (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 by Ziggy Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com 🔌 Ghost Squarespace Plugins (Referral link)📈 SEO Space (Referral link)⬛ SquareWebsites Plugins (Referral link)☕ Did I help? Buy me a coffee? Link to comment
Hallowxx Posted February 7 Author Share Posted February 7 I plugged that into Custom CSS but nothing changed Link to comment
Solution Hallowxx Posted February 8 Author Solution Share Posted February 8 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; } 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