January 9, 2013 at 9:29 pm
#2319
Keymaster
Hello,
You’d just use Firebug to first see what selector is effecting the widget, which would be this:
.fixed-sidebar .widget { ... } .fixed-sidebar .widget .widget-inner { ... }
And then you’d just look for something unique about your widget you could use in there like this:
.fixed-sidebar #black-studio-tinymce-4 { border: none; } .fixed-sidebar #black-studio-tinymce-4 .widget-inner { padding: 0; }