Archived topic
calendar too large for sidebar
3 replies · Started by Anonymous on September 23, 2015
Hi,
I have a calendar widget to display archived post in a left sidebar.
With GeneratePress theme, the calendar overflows the sidebar for 2 reasons :
- the css styles for calendar are lost
- anyway when the browser width is reduced to less than 800px, the sidebar width is too small to display the calendar even with the correct styles.
Is it possible to fix this problem and how ?
Thanks
Hi there,
Can you try this CSS?:
#wp-calendar {
table-layout: fixed;
}
Yes, it's OK.
Thanks a lot !
You're welcome! :)
