Viewing 3 replies - 1 through 3 (of 3 total)
  • Anonymous User 7837638

    (@anonymized-7837638)

    You have to add some points to your CSS as the image is floating, just add those two CSS lines :

    ul {
    overflow: auto;
    list-style-position: inside;
    }

    It’ll solve the problem ??

    Thread Starter drdoogs

    (@drdoogs)

    I tried adding those lines to the css and that still didn’t work. :'(

    Anonymous User 7837638

    (@anonymized-7837638)

    Are you sure ? I can’t see the code in your page, where did you applied this ? ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘lists aren't indenting’ is closed to new replies.