Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #867247

    Hello, I’m using a custom html widget, the code for bulleted list is right but don’t appear it, as bullets list.

    #867285

    Hey troupdim,
    Please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    #867287

    check the second Column Footer

    #867335

    Hi,
    Try this code in the General Styling > Quick CSS field:

    .textwidget ul li:before {
        display: list-item;
        content: "";
        list-style: disc inside;
        float: left;
        position: absolute;
        left: 0;
    }
    .textwidget ul li {
        list-style: none;
        padding-left: 13px;
    }

    please see screenshot in Private Content area

    Best regards,
    Mike

    #867346

    It’s done!

    Thanks a lot!

    #867350

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Bullets in widget’ is closed to new replies.