• Hi,

    Can somebody please help me and take a look at my css what to add to show the unordered bullets in my sidebar?

    webbline.com/cherry-mobile-amber-review-surprisingly-functional-and-reasonably-priced-smartphone-3/

    I’ve tried other solutions posted here but it didn’t work for my theme.

    Thanks for any help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Add the code in style.css file

    .textwidget ul li
    {
    list-style:disc inside none;
    }

    The margin is so it stay in bounds with the title background color.

    .xoxo ul {
    list-style-type: disc;
    margin-left: 20px;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Unordered bullets not showing’ is closed to new replies.