thanks. I managed to add bullets by using below CSS.
However, the bullets are sticking a bit too far out. Am trying to figure out how I can indent the bullets/text so they are aligned.
Any advice?
.widget-area .widget li {
list-style-type: square;
}
Got it. I amended to the below and it worked; but can you explain why there are two “margin-bottom” and “padding-bottom”? I only amended the rem ones and it worked. thank you