Lian Posted June 12 Posted June 12 Hi, I'm trying to find a code to make sure that the "agenda" block on this page shows 4 events in 1 row, also on smaller screens: https://de-buurtcampus.squarespace.com/ PW: Buurtcampus Anyone know how to do this?
Ziggy Posted June 12 Posted June 12 Are you referring to the elfsight widget? If so then you'll likely have to adjust this in the widget settings since it runs as a standalone script. 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?
Lian Posted June 12 Author Posted June 12 @Ziggy yes the elfsight widget, but there are no settings in the plugin that I can adjust for that. Is there no specific code possible that I can connect to the Id of the section or the block?
tuanphan Posted June 15 Posted June 15 You can use this CSS code to Elfsight Appearance > Custom CSS, and adjust number in the code, this code will run from 768px to 1000px @media screen and (max-width:1000px) and (min-width:768px) { .eapp-events-calendar-grid-component.jsx-767529322 .eapp-events-calendar-grid-item { width: 25% !important; } } Ziggy 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment