[Resolved] bullet css for sidebars

Home Forums Support [Resolved] bullet css for sidebars

Home Forums Support bullet css for sidebars

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #49932
    Pete

    I’d like to see css bulleting enabled for the sidebars

    #49938
    Tom
    Lead Developer
    Lead Developer

    This CSS should do that:

    .widget ul {
          margin-left: 20px;
    }
    
    .widget ul li {
          list-style-type: disc;
    }
    #737319
    Pete

    resolved

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