GemmsyA Posted July 5, 2023 Share Posted July 5, 2023 Hi, I would love to create something like this event page. Not necessarily with coloured categories, but I'd like the items to have borders and the time, title, and category to be separated with a line. I've searched the entire internet! Any help on either code to use or plugin to purchase? Thx Link to comment
Ziggy Posted July 5, 2023 Share Posted July 5, 2023 If you create an event page and add this to Custom CSS it may give you an idea of the possibilities: .eventlist { display:grid; grid-template-columns:1fr 1fr 1fr 1fr; gap:20px; } .eventlist-event { margin-top:0px; flex-direction: column; } .eventlist-column-info { //margin-top:20px; padding-left:0px; } .eventlist-column-thumbnail { width:100%; } .tweak-events-stacked-thumbnail-size-32-standard .eventlist-column-thumbnail { padding-bottom: 60%; } .eventlist-column-info { display:flex; width:100%; justify-content: fill; } .eventlist-title, .eventlist-meta-item { border:1px solid #000; padding:10px; } .eventlist-title { padding:10px !important; } It's not perfect, but you could build on it, or get help to build on it. Drop me a note if you want. Begona, tuanphan and GemmsyA 3 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
GemmsyA Posted July 6, 2023 Author Share Posted July 6, 2023 Thank you so much. I'll have a play! 🙂 Ziggy and tuanphan 2 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