Home>Support>Bullets are not formatted well with The Event Calendar plugin

Bullets are not formatted well with The Event Calendar plugin

By WebDudes Support, 9 years ago. Last reply by Daniel, 9 years ago.

Here is the event which shows the bullets are not formatted properly.

http://smartmove.co.in/event/the-mystery-soul-of-the-indigenous-arts-of-india/

However, another page on the website shows the bullets nicely.

http://smartmove.co.in/empower-2/

Can you help?

URL: http://smartmove.co.in/event/the-mystery-soul-of-the-indigenous-arts-of-india/

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 7 months ago Daniel
    Hi, I Work Here

    Hi Rishi,

    You can fix/change this with some custom CSS. If you navigate to Appearance > Custom CSS, you’ll get our custom CSS editor. Just add the following code.

    
    .entry-content ul li, .entry-content ol li{
    margin: 0 0 20px!important;
    line-height: 1.7!important;
    list-style: disc!important;
    }
    

    Let me know if it works for you.

    Cheers :-)

  2. 9 years, 6 months ago WebDudes Support

    Tried that… no joy. :(

    Any other suggestions?

  3. 9 years, 6 months ago Daniel
    Hi, I Work Here

    Hi Rishi

    Sorry about the hassle. Try this

    .tribe-events-content ul li {
      margin: 0px!important
    }
    

    If it does not work out for you., kindly create a temporary admin account for us so we can log in and take a look? You can create the account with the following email address:

    [email protected]

    Just navigate to Users > Add New in your WordPress admin. Enter siteorigin for the username and [email protected] for the email address. Make sure you’ve selected Administrator for the role and enabled the “Send Password” field so we receive the details.

    Once we’re finished taking a look, you can delete this account. We’ll let you know when to do that.

  4. 9 years, 6 months ago Private Message - WordPress

    This is a private message.

  5. 9 years, 6 months ago WebDudes Support

    Setup an Admin ID for you.

  6. 9 years, 6 months ago Private Message - Daniel Hi, I Work Here

    This is a private message.

  7. 9 years, 6 months ago WebDudes Support

    The password was sent to this email. I’ll send it again.

  8. 9 years, 6 months ago Private Message - WebDudes Support

    This is a private message.

  9. 9 years, 6 months ago Private Message - WebDudes Support

    This is a private message.

  10. 9 years, 6 months ago Daniel
    Hi, I Work Here

    Hi Rishi,

    I have implemented the suggested method in the thread above to make the changes.

    Have a look at it via Appearance > Editor > style.css file.

    .tribe-events-content ul li {
      margin: 0px!important;
    }
    

    NB: endure you have a backup of all you custom css since this will be lost during theme updates

    Cheers

  11. 9 years, 6 months ago WebDudes Support

    Thanks. But it’s still not working na? The bullet points look like they are to the left. Normally the are more indented to the right…

  12. 9 years, 6 months ago Daniel
    Hi, I Work Here

    Hi Rishi,

    The above css was to removing the spacing in between the lines.

    The below code I have added to your site is for indenting it:

    .entry-content ul {
      margin: 0em 2em !important;  
    }
    

    You can change the 2em to a figure of your choice.

    Let me know if that is working for you.

    Ensure you clear your cache if you do not see changes in your browser

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More