Bug with List Symbol not showing since Update

  • Author
    Posts
  • #150549

    hi,
    im using Nirvana theme in the last Version 1.6.3.
    Since this update, the list stopped working in frontend.
    The dotts or circle or numbers are not showing anymore.
    In backend its all normal.

    I installed another wordpress instance with nirvana theme and here the same bug.
    So it must be a theme problem i guess.

    Hope you can fix it soon, cause im using lists in nearly every post and they look very ugly now.

    Best regards IT Tweak

    Website: www.ittweak.de

    #151849

    I ran into something similar using the Bravada theme. I found that the list elements (ul, ol, li) are getting a padding of 0 in the css file, hiding the bullets/numbers outside of the text area.

    Try adding this to your css file or Customize > Custom CSS, and see if it helps:

    ul, ol {
    padding-left: 35px;
    }

    #151850

    Actually, just targeting ul & ol without refinement might mess with other stuff (like menus), but if it’s a padding problem, you at least know what to adjust. 😉

    I replaced it with:

    .wp-block-list {
    padding-left: 35px;
    }

    That will have to do for now.

Viewing 3 posts - 1 through 3 (of 3 total)

You need to log in to reply to this topic.