• Resolved lkirmayer

    (@lkirmayer)


    Since upgrading to the current version of the Event Calendar plugin yesterday, my list of events in the front page widget suddenly has extra spaces — in needs to be tighter to fit the format of the page. (www.multiculuralmentalhealth.ca)

    Any help would be very much appreciated.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @lkirmayer,

    Thanks for reaching out! You can easily change the amount of spacing between list widget items using CSS–this Knowledgebase article walks you through how to create a new tribe-events.css file in a subfolder within your theme folder for style changes. Try this bit of code in your new CSS file and see if the effect works for your needs:

    .tribe-events-list-widget ol li { padding: 1em 0; }

    Let us know if you should have any other questions after giving it a try! ??

    Best,
    Caroline

    Hi @tribecari

    Are there any plans to fix this issue at the same time as the issue with the single event view that @geoffgraham said you were working on a fix for in this thread?

    Thread Starter lkirmayer

    (@lkirmayer)

    The suggested fix does not sufficiently reduce the space.

    @singingdwarf: We are expecting a release to come shortly that should address a number of existing issues with our plugins, including this one–stay tuned for more news on this very soon!

    @lkirmayer: I’m sorry to hear that this snippet didn’t work for your layout! If you’d like to fine-tune the effect to your preferences, simply change the “1em” portion of the given code to another unit of your choice. For example, “0.5em” will render as one half the height of a single line of text in the current font, while “10px” will render as exactly 10 pixels. We’re hoping to push an update soon that should address these display issues and negate the need for CSS fixes. Stay tuned! ??

    Hi there,

    Looks like it’s been a few weeks or more since we’ve seen activity on this thread! I’m going to go ahead and mark this resolved, but should you still need assistance, please don’t hesitate to open a new thread!

    You may also find the following documentation helpful to search in the future:

    TEC Knowledgebase
    TEC Technical Documentation

    Cheers,

    Shelby ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Extra space in Events List Widget’ is closed to new replies.