The Event Schedule feature allows you to display all wedding events with dates, times, locations, and descriptions in a clean, responsive table format.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/anilnanki/anilnanki.github.io/llms.txt
Use this file to discover all available pages before exploring further.
Overview
The schedule page uses an HTML table structure to organize multiple events across different days. Each event includes:- Date and time information
- Event name and cultural context
- Venue location within the wedding site
- Dress code recommendations
- Detailed descriptions of ceremonies
Implementation
Full Example from Source
Here’s a complete example showing multiple events across two days:Customization Options
Event Details
Customize what information to display:
- Event names and types
- Start times (or time ranges)
- Venue locations
- Dress codes
- Cultural explanations
Styling
The table inherits from your CSS:
.table-wrapperfor responsive behavior.wrapper.style5for section styling- Custom colors and fonts
Pro Tip: Leave the date column empty for subsequent events on the same day to create a cleaner, more readable schedule.
Best Practices
Group Events by Day
Group Events by Day
List all events for a single day together, only showing the date once in the first row. This makes the schedule easier to scan and more visually organized.
Provide Cultural Context
Provide Cultural Context
For traditional ceremonies, include brief explanations of their significance. This helps guests understand the importance of each event and what to expect.
Be Clear About Timing
Be Clear About Timing
Use phrases like “onwards” for flexible start times, or specify exact times for ceremonies that must begin promptly.
Link to Related Pages
Link to Related Pages
Responsive Design
The.table-wrapper class ensures the schedule table is responsive on mobile devices:
The schedule table automatically adapts to mobile devices, allowing guests to view your event timeline on any device.
