[Resolved] calendar too large for sidebar

Home Forums Support [Resolved] calendar too large for sidebar

Home Forums Support calendar too large for sidebar

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #138995
    boum415

    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

    #139065
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Can you try this CSS?:

    #wp-calendar {
          table-layout: fixed;
    }
    #139155
    boum415

    Yes, it’s OK.
    Thanks a lot !

    #139156
    Tom
    Lead Developer
    Lead Developer

    You’re welcome! 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.