• Resolved aramirez1985

    (@aramirez1985)


    This has been an issue for a while now, basically what happens is whenever i post a numbered list the numbers start over, in a way. Here’s usually how it happens.

    1
    2
    3
    4
    5
    6
    7
    8
    9
    0 (10) < what should be displayed
    1 (11) < what should be displayed
    etc.

    I’m assuming it’s something in the CSS? Please let me know of any fix.

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Aramirez1985,

    thanks for using MH Magazine lite.

    You could increase the left margin on mobile a bit:

    @media screen and (max-width: 620px) {
        .entry-content ul, .entry-content ol { margin: 0 0 20px 30px; }
    }
    Thread Starter aramirez1985

    (@aramirez1985)

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Numbered list starts over at 10 on Mobile’ is closed to new replies.