belay my last…i’m using the responsive theme but had troubles with the test widget showing bullet points.
i made these changes:
#widgets .textwidget {
list-style:none;<—added
background:none;<—added
display: inline;
line-height: 1.5em;
margin: 0;
word-wrap: break-word;
}
#widgets a {
list-style:none;<—added
background:none;<—added
display: inline;
text-decoration: none;
}
#widgets a {
list-style:none;<—added
background:none;<—added
display: inline-block;
margin: 0;
padding: 0;
text-decoration: none;
}
it works now.