This looks like a problem with your theme. I could check if you can provide a link to a recipe instead of a picture.
Does this also happen if you include a numbered list in a normal post?
@dasmaeh
I will look into this as it appears to be related to how OL numbering was implemented in that recipe template.
[Update]
That theme sets the list style to none, then forces a list style of decimal
I can fix this by setting list-style: none !important on the OL > LI tag
-
This reply was modified 9 years, 2 months ago by
Kemory Grubb.
-
This reply was modified 9 years, 2 months ago by
Kemory Grubb.
Thread Starter
jdygas
(@jdygas)
heres the link…
https://www.urbanaccents.com/recipe/slow-cooker-chicken-tomatillo-tacos/
it does not happen on a regular post with numbered list.
Add the code below to the bottom of your site’s stylesheet.
.rpr-instruction-container ol.rpr-instruction-list li {
list-style: none;
}
@jdygas
Thats great! You can go ahead and close this support request as it will be fixed in the next update.