[Resolved] list items

Home Forums Support [Resolved] list items

Home Forums Support list items

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #216913
    Miguel

    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

    #216925
    Leo
    Staff
    Customer Support

    Hi Miguel

    Try the following CSS:

    .entry-content ul li{
        margin-bottom: 1em;
    }

    Let me know if it works πŸ™‚

    #216939
    Miguel

    Thank you Leo!
    It works perfect πŸ˜‰

    #216946
    Leo
    Staff
    Customer Support

    Glad I can help! πŸ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.