• Resolved mikeyh874

    (@mikeyh874)


    If you scroll down to the long List under the header “Therefore, we propose initiating the following changes:” the theme is throwing in dots and messing up the number formatting.

    I have added CSS code in Advanced Options, but that didn’t solve the problem.

    ul {
    list-style-position: outside;
    font-weight: normal;
    list-style-type: disc;
    list-style-image: none;
    margin: 1em 0 1em 1em;
    padding-left: 1em

    }
    ol {
    list-style-position: outside;
    font-weight: normal;
    list-style-type: decimal;
    list-style-image: none;
    margin: 1em 0 1em 1em;
    padding-left: 1em
    }

    After I tried that I deleted the theme and installed a different one, and the numbers were formatted correctly. So the only conclusion I can come to is that there is a fault in the theme code itself.

    Can anyone on the Customizr team suggest a fix for this please?

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi there,
    thanks for reporting this.

    A fix is on the way and will be included in the next theme release.

    Thread Starter mikeyh874

    (@mikeyh874)

    Thank you. Do you do hair transplants? I tore all mine out trying to figure out ways to get the list numbers to display properly. ?? (I’m joking!)

    Ahah @mikeyh874, nope ??
    anyway the latest Customizr release (v4.1.7) fixes the ordered list issue.
    Could you confirm?
    Please, remember to clean both your server (if any) and browser cache ??

    Best,

    Rocco

    Thread Starter mikeyh874

    (@mikeyh874)

    I just cleared and deleted my cache, then updated the theme. I’m afraid I still have the same problem. Once the numbering gets to 10 the numbers are repeated like they are overlayed slightly to the right.

    Example here

    Hi,
    thanks for the feedback.

    I’m unable to reproduce the issue on my side.

    Looking at your site it seems that the issue depends on a custom CSS rule:

    ol {
    	list-style-position: outside;
    	font-weight: normal;
    	list-style-type: decimal;
    	list-style-image: none;
    	margin: 1em 0 1em 1em;
    	padding-left: 1em;
    }

    specifically this one: list-style-type: decimal;
    You might want to adapt your custom CSS then.

    Hope this helps.

    Thread Starter mikeyh874

    (@mikeyh874)

    Thank you. That fixed the problem. Looking good now!

    Cheers!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘List numbers strange format’ is closed to new replies.