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

    Hello. Is there a way to display a bullet list in a sidebar using the Text Widget? For some reason, they appear to be supressed somehow in the theme. I’m using the Text Widget on the Left sidebar. Another forum suggested something like, #rightbar .textwidget ul li { list-style-type: disc; margin-left: 10px; }, but that doesn’t seem to work. Thanks!

    #127844

    Hi!

    Try:

    #top .widget .textwidget ul{
    list-style: disc inside;
    }

    Regards,

    Peter

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Text Widget – Bullet List’ is closed to new replies.