Events List Widget CSS Question

Home Forums Calendar Products Events Calendar PRO Events List Widget CSS Question

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #892597
    proimpact
    Participant

    How can I reduce the space between the Title of the event and the duration of the event? The line spacing is a little awkward and I would like to pull the two together a little bit more.

    #892640
    Geoff
    Member

    Hi there, Bob! Thanks for getting in touch and welcome back to the forums. πŸ™‚

    Good question. It looks like your theme CSS is overriding some of the widget’s CSS, creating that extra space. You can try adding this to your theme’sΒ style.css file to narrow the margin:

    .tribe-events-list-widget .duration{
    margin-top: -5px; /** Or whatever value you want **/
    }

    Does this help answer your question? Please let me know. πŸ™‚

    Cheers!
    Geoff

    #903992
    Geoff
    Member

    Hey there, Bob! Just checking in to see if there’s been any further update or if you still need assistance on this one–let me know. πŸ™‚

    Cheers!
    Geoff

    #904217
    proimpact
    Participant

    Thanks for the assistance. You rock!

    #904240
    Geoff
    Member

    My pleasure! So glad I was able to help.

    I’ll go ahead and close this thread, but please feel free to hit us up with a new thread if any other questions pop up. We’d be happy to help. πŸ™‚

    Also, we’d love it if you left a comment on our review page. It’d be awesome to hear your thoughts if you have a few moments.

    Cheers!
    Geoff

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Events List Widget CSS Question’ is closed to new replies.