Widget's gone Wild!

Home Forums Calendar Products Events Calendar PRO Widget's gone Wild!

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #946297
    John
    Participant

    I’m using the Mini-Event Calendar Widget. Awesome widget btw. But it seems my theme is setting the title of the event to be waaaaay too large. I’d really like to avoid spending 4 hours reverse engineering how everything is formatted for this small widget. I’m not a WP developer, so only use the UI. Anyone have a suggestion on how to fix the the size of the title without impacting the rest of theme?

    http://tfxstudio.com/magen/about-2/ is the page.

    #946360
    Brian
    Member

    Oh No!

    I can help out with this, no reverse engineering needed just Firebug.

    Try out this css:

    .tribe-mini-calendar-list-wrapper .hentry.vevent.type-tribe_events {
    margin: 0;
    width: 100%;
    }

    .tribe-mini-calendar-list-wrapper h2.entry-title a {
    font-size: 2.6rem;
    }

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

    You can change the font size from 2.6 to something larger or smaller based on what you are looking for.

    Let me know if that helps.

    Thanks

    #946364
    John
    Participant

    You my friend are a rockstar! That fixed it in 2 seconds. That’s why I’m a MT fan. Nicely done.

    #946371
    Brian
    Member

    Great, glad it helps, I am going to go ahead and close this ticket, but if you need help on this or something else please post a new ticket.

    Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Widget's gone Wild!’ is closed to new replies.