[Support request] bullet points not displaying

Home Forums Support [Support request] bullet points not displaying

Home Forums Support bullet points not displaying

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #819403
    Joseph

    Hey there,

    for some reason my site will not display bullet points. I have added the below (which I found in a thread relating to this topic) but still no luck. please help

    .entry-content ul {
    list-style-type: none !important;
    margin: 0px !important;
    padding: 0px !important;
    }

    #819585
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    .so-panel.widget ul li {
        list-style-type: disc; 
        margin-left: 3em;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.