Font Size Inconsistency

Home Forums Calendar Products Events Calendar PRO Font Size Inconsistency

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1566951
    stacalendar
    Participant

    Hi, I just have a problem with my month view. “Monday” is inconsistent compared to the rest of the other days. Please refer to the attached image.

    #1567516
    Jeremy
    Keymaster

    Hi there,

    Thanks for reaching out to us! I’d be happy to help you 🙂

    Your theme applies a style on the first element of each table within your website, which therefore overrides the calendar’s styles.

    In order to offset it, you can try to add the following snippet in Appearance > Customize > Additional CSS:

    table.tribe-events-calendar td:first-child, table th:first-child {
        font-family: inherit;
        font-size: inherit;
    }

    Please let me know how it goes.

    Cheers,
    Jeremy

    #1567589
    stacalendar
    Participant

    Hi Jeremy,

    That worked perfectly. Thank you so much!

    #1567990
    Jeremy
    Keymaster

    Hi,

    I’m glad that solved your problem!

    I’m going to close that thread, but feel free to start a new one if you have further concerns.

    Cheers,
    Jeremy

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Font Size Inconsistency’ is closed to new replies.