Header Sizes changed after yesterdays update (and are still wrong after todays)

Home Forums Calendar Products Events Calendar PRO Header Sizes changed after yesterdays update (and are still wrong after todays)

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1022336
    Marc
    Participant

    Hi all,
    the header sizes in the single event view “Event name” and “Date” changed.
    Before the Event name was bigger and the Date smaller. Now the Date is huge and the Event name smaller.
    Will this be fixed in another update soon?

    Regards
    Marc

    #1022399
    Brian
    Member

    Hi,

    Thanks for using our plugins. I can help out here.

    It appears to be a css conflict with your theme, not sure why it is appearing now, but the only way to fix is with some custom css.

    This css should get you close:

    .single-tribe_events h2.tribe-events-single-event-title {
    font-size: 2em;
    }
    .tribe-events-single .tribe-events-schedule h2 {
    margin: 0;
    font-size: 1em;
    }

    Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.

    Let me know if that helps.

    Thanks

    #1022638
    Marc
    Participant

    🙂 Thanks a lot!
    You provide really a good service!

    #1022691
    Brian
    Member

    Great glad it helps.

    I am going to close this ticket, but if you need anything else related to this topic or another please post a new topic on the forum and we can help you out.

    Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Header Sizes changed after yesterdays update (and are still wrong after todays)’ is closed to new replies.