I'm trying to adjust the margins on a specific widget in the sidebar. Just not getting quite the right call for this specific widget in CSS for it to make the adjustments.
Here's what I'm working with..
li.widget_s2_form_widget-4 {
margin-right: 0px;
margin-left: 170px;
margin-top: -21px;
}
Have tried many variations on this - its for the 'Subscribe 2' plugin..
anybody know how to fix this?
thank you!