Overlapping Text Upcoming Events & Remove Ending Date

Home Forums Calendar Products Events Calendar PRO Overlapping Text Upcoming Events & Remove Ending Date

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #25824
    Kevin
    Member

    How can I fix the > is overlapping the Sept October Date? I was attempting to add
    .when {
    padding-left:
    }
    But that messes everything up, so I am not sure where to add this?

    Also, How do I remove the event ending date. Since I upgrade to 2.0.9, this feature is new? Its makes the interface cluttered.

    #25832
    Jonah
    Participant

    Hi Kevin,

    You can fix the overlapping by adding the following CSS to your themes style.css file:

    .eventsListWidget li, .eventsAdvancedListWidget li {
    padding: 0 0 10px 20px !important;
    }

    As for removing the end date, you should be able to uncheck the display of that in the widget.

    – Jonah

    #25835
    Kevin
    Member

    Thank You! Stylesheet edit worked!

    On the end date… I have it unchecked under Appearance–>Widgets–> Events List Advanced Widget, but its still showing up… None of the checkbox options appear to be working..

    #25836
    Jonah
    Participant

    Hi Kevin,

    You’re welcome! On the end date, we had a bug in the last release with that and it will be patched soon. In the mean time here’s a patched copy of the file: http://cl.ly/code/2g3x3R0c0z1s

    Replace the file here: /wp-content/plugins/events-calendar-pro/views/events-advanced-list-load-widget-display.php with the above.

    – Jonah

    #977870
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Overlapping Text Upcoming Events & Remove Ending Date’ is closed to new replies.