kgegnas Posted December 14, 2022 Share Posted December 14, 2022 Is there code to alter the spacing within a restaurant menu? I'd really like to adjust the spacing between menu sections. The spacing is over the top. Thanks. Link to comment
Ziggy Posted December 14, 2022 Share Posted December 14, 2022 Can you share your website URL and the page this menu is on? 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! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (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? Link to comment
kgegnas Posted December 14, 2022 Author Share Posted December 14, 2022 yes, thank you! https://sealion-cardioid-z8px.squarespace.com/config/ obviously, there is a lot to do here, but under Menu (literal - the restaurant menu) - if you look at lunch prixe fixe which is the only one I started. The spacing between menu sections and where the dish starts is far too much. thank you Link to comment
Ziggy Posted December 14, 2022 Share Posted December 14, 2022 Can you add a site wide password so I can see the website? https://support.squarespace.com/hc/en-us/articles/205815528-Site-wide-passwords 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! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (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? Link to comment
kgegnas Posted December 14, 2022 Author Share Posted December 14, 2022 yes, it's 1460Broadway! Link to comment
Ziggy Posted December 15, 2022 Share Posted December 15, 2022 (edited) Here is some Custom CSS to add to your website. For the spacing between menu items: .menu-block .menu-item { padding-bottom: 1em; } For between menu sections: .menu-block .menu-section+.menu-section { margin-top: 3em; } Adjust the values as you like. Let me know if that improves the look for you. Edited December 15, 2022 by Ziggy Belizabeth 1 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! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (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? Link to comment
kgegnas Posted December 16, 2022 Author Share Posted December 16, 2022 thank you so much! Stay tuned 🙂 Ziggy 1 Link to comment
kgegnas Posted January 4, 2023 Author Share Posted January 4, 2023 Hi Ziggy, working like a charm. I's like to make the font smaller for across the board: Menu title (ex: Prix Fixe Lunch in the actual menu not menu nav) Section titles (First Course) Dish Titles (Insalata Fantasia) description (baby greens, julienned carrots, etc) I think this will do the trick, but I might want to adjust the Dish title being bold and make it regular, but want to see how it looks if i just make the font smaller. Are you able to help with code? Thank you! Link to comment
Ziggy Posted January 4, 2023 Share Posted January 4, 2023 Can you find any of these adjustments in the styles -> fonts? 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! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (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? Link to comment
kgegnas Posted January 5, 2023 Author Share Posted January 5, 2023 Thank you! I didn't realize I could adjust some of those in styles because it's not in the main font section. i clicked thru and found it! Awesome. Is there a way to create a bar above the nav bar? Not an announcement bar. I want to move the address and phone number up top (both clickable). And then I can clean up the footer a bit. Thank you 🙂 Link to comment
Ziggy Posted January 5, 2023 Share Posted January 5, 2023 You can do that with HTML code injection into the header. Or possibly use this:https://www.will-myers.com/articles/add-secondary-navigation-to-your-squarespace-71-website 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! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (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? Link to comment
kgegnas Posted January 5, 2023 Author Share Posted January 5, 2023 thank you. I saw that when I googled. I am trying the announcement bar for now which seems more my level of copy and pasting 🙂 I'll continue to learn! Link to comment
Ziggy Posted January 6, 2023 Share Posted January 6, 2023 This might help as a start for HTML header code injection method: <html> <div style="background-color:red; padding:8px 4px;" display:block;> <p style="text-align:center"> text here </p> </div> </html> 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! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (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? 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