Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #565410

    Hi!

    I have a problem with the bullet points, it only occurs within the accordeon. the bullet point are way to far left.
    bullet points
    this is what i added in custom css, it works fine on other pages without accordeon:

    ul.liste li:before {
        content: '■';
        color: #df6e1f;
    }

    what did i do wrong?

    thx!
    Lucie

    #565456

    Hey Lucie!

    Please add following code to Quick CSS

    ul.liste li:before {
        left: 3em;
    }

    Regards,
    Yigit

    #565508

    perfect, worked.

    thx yigit!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘bullet points distance to text to big’ is closed to new replies.