Viewing 5 replies - 1 through 5 (of 5 total)
  • Rambo

    (@rahul020691)

    You want these points to have bullets?

    Kodėl socialinis statusas yra labais svarbus rodiklis.

    Lyderio savybės, ekstravertiškumas ir dominavimas yra universaliai patrauklus, tačiau jis turi būti suderintas su emociniu jautrumu ir empatija.

    Kodėl “geriems berniukams” sekasi ilgalaikiuose santykiuose ir “blogiems berniukams” trumpalaikiuose santykiuose.

    Rambo

    (@rahul020691)

    A simple way to add list is this:

    • Your content here
    • Your content here
    • Your content here
    • Your content here
    • Your content here
    • Your content here
    • Your content here
    • Your content here

    So essentially all list points under one ul. it is unordered list hence you will gets bullets. right now i see that your list is poorly formatted that is why this problem is coming.

    Thread Starter gabrielius95

    (@gabrielius95)

    It’s not an option. Worpress should use bullets automaticaly, but something is wrong with css.

    For some reason, two of your plugins (BD Web Recent Post Tabs Widget and Kento Latest Tabs) are globally setting <ul> and <li> to have no bullets, which is a horrible idea for reasons that you’ve just figured out. You’ll need to override those plugins with some custom CSS, either using a plugin or your theme’s built-in custom CSS option, if one exists:

    #left-area ul li, .entry-content ul li, .comment-content ul li {
        list-style: disc outside none !important;
        padding: 0 0 23px 16px;
        line-height: 26px;
    }
    Thread Starter gabrielius95

    (@gabrielius95)

    Thank you stephencottontail!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘, bullets doesn't show up’ is closed to new replies.