Events Calendar Pro Widget not displaying properly

Home Forums Calendar Products Events Calendar PRO Events Calendar Pro Widget not displaying properly

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #15056
    Leonard
    Member

    The widget text seems to be left justified covering up arrows for each event provided by my theme. website: http://www.broadbandconvergent.com
    Can CSS be edited to correct problem?

    #15079
    Rob
    Member

    Hey Leonard. Thanks for the note; we should be able to help you out here. Let me get our dev Jonah to take a look when he hits the forums later today. Stay tuned.

    #15124
    Jonah
    Participant

    Hi Leonard,

    Yep you can modify the CSS by overriding the plugins CSS by placing a duplicate copy of events.css (wp-content/plugins/the-events-calendar/resources/events.css) in an ‘events’ folder in your theme.

    Look for line 416 that should look like:

    .eventsListWidget li, .singular.page li.hentry, .eventsAdvancedListWidget li, .singular.page li.hentry {
    margin: 6px 0 !important;
    padding: 0 0 10px 0 !important;
    }

    Just remove the !important rules like so:

    .eventsListWidget li, .singular.page li.hentry, .eventsAdvancedListWidget li, .singular.page li.hentry {
    margin: 6px 0;
    padding: 0 0 10px 0;
    }

    #975675
    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 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Events Calendar Pro Widget not displaying properly’ is closed to new replies.