Archived topic
list items
3 replies · Started by Miguel on August 9, 2016
Viewing posts 1–4 of 4
Hi,
I add this to my CSS:
li {margin-bottom:1em}
The problem is that is changing me some things in all of my blog like the height of the primary menu.
How can I do for modifying only the List items in posts and pages?
Thanks
Hi Miguel
Try the following CSS:
.entry-content ul li{
margin-bottom: 1em;
}
Let me know if it works :)
Thank you Leo!
It works perfect ;)
Glad I can help! :)
This archived topic is closed to new replies.