I installed the template tag plugin so I could use the Recent Posts widget. It’s working just fine. But I need to change the CSS in order to change the left padding of the list to 10px. I see that it is “#ez-home-sidebar-1 ol” but I don’t know where to place the CSS. Can you point it out please?
I think this is what I have to place somewhere:
#ez-home-sidebar-1 ol {
margin: 0px;
padding: 10px 10px 10px 10px;
}
I didn’t think it was right to do so, but I tried adding it to the default style sheet for my theme, and it didn’t work there.
BTW, I also tried entering a DIV and /DIV in one of the Widget’s “before” and “after” sets of fields to apply in-line css, but it didn’t like that.