PRO Calendar widget doesn’t fit in my sidebar

Home Forums Calendar Products Events Calendar PRO PRO Calendar widget doesn’t fit in my sidebar

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1591661
    Frederic
    Participant

    Hello,

    I am using WordPress with the Divi theme, and did not manage to display correctly the calendar widget in my (thin) sidebar so far.

    After looking at some docs, I managed to try with success the following code (added in my Custom CSS section of the Divi theme):
    .tribe_mini_calendar_widget {
    font-size: 8px;
    }

    And it is correctly interpreted, see the attached screenshot for which the font of the calendar widget are properly set.

    However, what can I use in order to fit properly the whole calendar within my sidebar?

    Many thanks!

    #1591746
    Courtney
    Member

    Hi there

    this is a known conflict with your theme.

    Can you add the following code to your child theme, or in Appearance ยป Customize ยป Additional CSS?

    .entry-content thead th, .entry-content tr th, .entry-content tr td {
    
        padding-left: 0;
        padding-right: 0;
    
    }
    

    Let me know if that resolves the issue for you.

    Thanks
    Courtney ๐Ÿ™‚

    #1591781
    Frederic
    Participant

    Perfect, it solved my issue indeed (see enclosed the result with your customised CSS + font-size: 10px).

    #1592270
    Courtney
    Member

    Thanks Frederic. I’ll close out this thread for now. Do let us know if you have any further issues.

    Thanks
    Courtney ๐Ÿ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘PRO Calendar widget doesn’t fit in my sidebar’ is closed to new replies.