Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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.

    can you post in the link to where you found the fix?

    Or be a little more specific on where in the styles.css file you need to add the above code?

    I’m having the exact same issue.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)