This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Bullets are not formatted well with The Event Calendar plugin

Open 12 replies themetheme-vantage
11 years ago · Last reply by Daniel 10 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.

Need fast email support? Get SiteOrigin Premium

Replies

12
  1. Daniel Staff 10 years, 11 months ago

    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. WebDudes Support 10 years, 11 months ago

    Tried that… no joy. :(

    Any other suggestions?

  3. Daniel Staff 10 years, 11 months ago

    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. WordPress Private 10 years, 11 months ago

    This is a private message.

  5. WebDudes Support 10 years, 11 months ago

    Setup an Admin ID for you.

  6. Daniel Private Staff 10 years, 11 months ago

    This is a private message.

  7. WebDudes Support 10 years, 11 months ago

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

  8. WebDudes Support Private 10 years, 11 months ago

    This is a private message.

  9. WebDudes Support Private 10 years, 11 months ago

    This is a private message.

  10. Daniel Staff 10 years, 11 months ago

    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. WebDudes Support 10 years, 11 months ago

    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. Daniel Staff 10 years, 11 months ago

    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.

Have a different question or issue?

Start New Thread