Change amount of space between events in event list widget for the sidebar

Home Forums Calendar Products Events Calendar PRO Change amount of space between events in event list widget for the sidebar

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #948030
    Greg Waddell
    Participant

    HI,

    Subject says it all….

    How can I control the amount of space between event list items in the event list widget in the sidebar. You can see how much space is being rendered between the events in the side bar here:

    http://mhwptest.mountharmon.org

    I am currently using the X Theme using RENEW.

    If this is something controlled by the Theme, where do I access that CSS?

    Thanks,
    Greg

    #948151
    Geoff
    Member

    Hey there, Greg! Welcome back to the forums.

    Yes, you’re correct and those styles are indeed controlled by your theme. You can fix that by opening your theme’s style.css file and adding something  like this at the bottom:

    .tribe-events-list-widget ol li {
    padding: 0;
    margin: 15px 0;
    }

    Does this help? Please let me know. 🙂

    Cheers!
    Geoff

    #951934
    Geoff
    Member

    Hi Greg! This thread’s been quiet for quite a while so I’m going to go ahead and close it. Please feel free to reach back out if any other questions pop up and we’d be happy to help you there. 🙂

    Cheers!
    Geoff

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Change amount of space between events in event list widget for the sidebar’ is closed to new replies.