Widget Calendar Icons Cut Off

Home Forums Calendar Products Events Calendar PRO Widget Calendar Icons Cut Off

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1213472
    Annie Tandy
    Participant

    The icons of my calendar widget are being cut off. It was happening before and after I switched themes, so it’s not theme-dependent. Is there a setting I need to change somewhere?

    Thanks!
    Annie

    #1213501
    Geoff B.
    Member

    Good evening Annie,

    You are correct, there seems to be some CSS missing from the last version.

    Try adding the following CSS rule to your style.css file or in your Custom CSS metabox:

    .tribe-mini-calendar-event .list-date {
    border-right: 3px solid #666;
    }

    Another approach would be to use the following CSS rule instead
    .tribe-mini-calendar-event .list-date .list-dayname {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    }

    Let me know how that goes.

    Best regards,
    Geoff B.

    #1213503
    Annie Tandy
    Participant

    The first one worked great! Thanks!!

    Annie Tandy
    (708) 557-2593
    kidlist • activities for kids: mykidlist.com
    facebook • twitter • instagram • pinterest

    #1214185
    Geoff B.
    Member

    Good evening Annie,

    Thank you for writing back.

    I am super stoked that the CSS rule fixed it!

    You are welcome back in our support forums any time 🙂

    For now, I am going to close this thread.

    Have a great weekend!

    Geoff B.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Widget Calendar Icons Cut Off’ is closed to new replies.