None of the CSS solutions work very well at all. Vertical alignment is way off and the controls not only look bad but they get positioned off screen sometimes. This really is a bug for the plugin developer.
That’s awesome! Using the same id attributes worked.
Yeah my approach is a little hackish. I’m not the greatest developer and I couldn’t think of a better way to switch between list and grid based on window width.
I’m using classes. Calendar class for grid view and list class for list view.
To see the problem I’m experiencing go to: https://allayn.com/calendar/
Make sure the browser window is large enough to display the grid view. Change the date(from August to July for example). Then re-size the window down till you see the list view. The date picker will still be July but the events displayed will be for August. You can now change the month or year but the events displayed will always be for August. If you re-size back up to till you see the grid view it will work fine again.