• Resolved edelweiss1920

    (@edelweiss1920)


    Hello,
    i have a problem with the events list widget in my sidebar.
    There is a huge space after the first event. It seems to depend on the main side content length. How can i fix this?

    See here:
    guvtev.trachtenverein-reichertsheim.de/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    It seems to be associated with this CSS rule that is included in The Events Calendar css:

    .clearfix:after, .tribe-clearfix:after {
        clear: both;
    }

    However, I don’t know why it has this effect- you might try and override like this in your themes custom css:

    .tribe-clearfix:after {
        clear: none;
    }

    Thanks for jumping in Sean ??

    The suggested solution seems to work, so I’m marking this thread as resolved.

    Best,
    Nico

    Thread Starter edelweiss1920

    (@edelweiss1920)

    Yes, it works… ??

    Thank you a lot!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘events list: space after first event’ is closed to new replies.