List numbers strange format
-
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]
- The topic ‘List numbers strange format’ is closed to new replies.