BrandonH Posted March 8 Share Posted March 8 Hi! I have a summary block placed at the bottom of each blog post. It pulls in other blog posts that are related to the current one. I'm trying to get that summary block to extend nearly the full width of the site. But, right now it's confined by the blog post width. Attaching a screenshot of what I'm wanting, and here's the Site URL. Any help would be so appreciated! 🙏 Link to comment
Ziggy Posted March 8 Share Posted March 8 (edited) You could try this technique: https://www.will-myers.com/articles/full-width-video-block-in-squarespace using this class instead of the block ID: .sqs-block-summary-v2 and putting it inside <style> tags in the blog page header code injection. Edited March 8 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! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
Solution sorca_marian Posted March 8 Solution Share Posted March 8 Hi, Add the below code in the Blog page settings -> Advanced -> Post Blog Item Code Injection <style> @media (min-width: 767px) { .sqs-block-summary-v2 { position: relative; width: 90vw; left: -17vw; } .summary-item-list { display : flex!important; gap : 20px; } .summary-item-list > * { width : 32%!important; margin : 0!important; padding : 0!important; } } </style> Ziggy and BrandonH 1 1 👨🔧👨💻 Contact me for development and design work - Freelancer Software engineer, Architect, and Designer UI/UX 🙋♂️ Squarespace Custom Web Development & Design 📅 Manage Tasks, Take Notes, and Upload Related Images 📹 Squarespace Tutorials for free - YouTube📹 💯🚀 I have worked on over 200 Squarespace sites with custom code for over 9 years 🙋♂️ Let's connect on LinkedIn Link to comment
BrandonH Posted March 8 Author Share Posted March 8 Thanks @sorca_marian! That did the trick perfectly. Appreciate you! sorca_marian 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