• Resolved albe67

    (@albe67)


    Hi,
    I set the calendar as a widget on a sidebar.
    I had to enlarge the sidebar width because the calendar width was too wide (342 px).
    I also noticed that reducing the screen size, the calendar width remain 342 px wide.
    How could I solve?
    Thank you.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Bastien Ho

    (@bastho)

    Hi,

    It seems that the problem comes from a rule in your theme’s stylesheet:

    
    td, th {
    	vertical-align: top;
    	padding: 0.6rem 1rem;
    	border-bottom: 1px solid;
    	outline: none;
    }
    

    removing the padding fixes the issue.

    • This reply was modified 6 years ago by Bastien Ho.
    Thread Starter albe67

    (@albe67)

    Thanks a lot for your help. Now it’s ok.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Responsive layout and calendar width’ is closed to new replies.