• Resolved LDJohnson

    (@ldjohnson)


    On my sidebars left and right, I have widget boxes. All the linked list text is set with no bullets (in html text boxes I can insert bullets just fine with code).

    I have tried to insert

    list-style-type: square;

    in several places where I see ul or in the style.css file widgets area. I keep getting bullets but they float outside the left side of the widget box. How can I make the bullets be positioned normally with the text links?

    Sample on main page upper right Latest News box as an example:
    https://ldianejohnson.com/blog

    Thanks in advance for your help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Edit style.css:

    .side-widget ul li {
    margin:2px 0;
    padding-left:10px;
    }

    and add list-style-position:inside;.

    Thread Starter LDJohnson

    (@ldjohnson)

    AWESOME! I have tried everything I know to make the bullets go with the text. Thank you soooo much for the one line of code I could not find anywhere else. You are a real gem!!

    With appreciation!
    Di

    You’re very welcome,. ??

    nikomck

    (@nikomck)

    i have the same problem.
    thnks esmi

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to add bullets in text widgets’ is closed to new replies.