Empty line after bullet in widget

Home Forums Welcome! Pre-Sales Questions Empty line after bullet in widget

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1037999
    Brett
    Guest

    Your plugin is great except for the Events List widget. It was working until the latest update when the widget listed each event as a bullet, followed by an empty line. After that, everything is fine. when I inspect element and remove “clearfix” from each line item, the space goes away but when I tried to comment out the CSS for clearfix, everything disappeared. I even added a tribe-events.css file and changed the background, color, etc but nothing worked as far as removing that space.

    My site is http://www.dfwclienthost.com/PMI/ and the widget is at the bottom right.

    #1038360
    George
    Participant

    Hi Brett,

    This is caused by CSS on your site coming from, it seems, your theme.

    If your goal is to remove the list bullets altogether, you will need to at this CSS to either the bottom of your theme’s style.css file, or the Tribe CSS file you mentioned having; as long it takes effect on the page it doesn’t matter which file:


    .tribe-list-widget li {
    list-style: none !important;
    }

    If the is not the bullet at all, but rather just the odd spacing, then unfortunately this is something you should contact your theme developer about. There are custom styles for events classes like .tribe-clearfix that are coming from this CSS file:

    wp-content/themes/social-activity/css/cmsms-events-style.css

    Those styles seem to be dictating much of the layout and leading to much of the oddness here.

    Cheers,
    George

    #1038389
    Brett
    Guest

    I had to go to the cmsms-events-style.css file and delete the content=”” line others have mentioned.

    #1038421
    George
    Participant

    Okay, thank you for updating this 🙂

    Since you’ve marked this thread “Resolved”, I will close up this thread for now. Open a new thread any time if other issues arise.

    Cheers!
    George

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Empty line after bullet in widget’ is closed to new replies.