Styling the list
-
Hello. I just wanted to find out if there is a way to use any of the styles here: https://codeitdown.com/ordered-list-css-styles/
If not, I have already used css to style my list here: tribyoot.org, and you can see I have aligned the text for each list item with a left border line before each entry. how can I use css to turn this into a numbered list?
Here’s the css I’m using so far:
/* WP Popular Postst */
.wpp-list li{
clear:both;
display:block;
background: #eee;
border-top: 5px solid #fff !important
padding-right: 5px;
padding-left: 10px ;
padding-left: 10px ;
text-indent: -11px ;
border-left-style: dotted;
border-left-width: 1px;
border-left-color:#e23a00;
}I hope you can help.
Philip
https://www.ads-software.com/plugins/wordpress-popular-posts/
- The topic ‘Styling the list’ is closed to new replies.