Reply To: Right Sidebar unability to make bullet points

Home Forums Support Right Sidebar unability to make bullet points Reply To: Right Sidebar unability to make bullet points

Home Forums Support Right Sidebar unability to make bullet points Reply To: Right Sidebar unability to make bullet points

#94020
Tom
Lead Developer
Lead Developer

Looks like they changed their markup.

This should work now:

.so-panel.widget ul,
.so-panel.widget ol {
      margin: 0 0 1.5em 3em;
}

.so-panel.widget ul li,
.so-panel.widget ol li {
      list-style-type: disc;
}