numbered list not showing on published posts
-
I have checked the forum but could not find help. My site is at https://www.mycareeradviser,com.
My numbered and bullets lists do not show up on published posts but show in the previwes. I previously changed the list style below to none as the numbered list was showing on the pages rather than the postsThis is the css:
‘/* Lists
———————————————————– */
.entry ul, .entry ol { margin: 30px 0 30px 30px }
.entry ul { list-style: disc }
.entry ol { list-style: decimal }li{ padding:0;
margin:0;list-style-type:none;
}
#middle ul li { margin-left:20px; list-style-type: square; }
#middle ol li { list-style-type: decimal; }’
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘numbered list not showing on published posts’ is closed to new replies.