Modify padding in specific widget
Hello,
How can i modify the padding of a specific side widget ?
The widget is simple-image-widget.
I tried
.shadowblock.widget_simpleimage {
padding: 0;
}
or
.content_res .shadowblock.widget_simpleimage {
padding: 0;
}
With no result.
Thanks in advance.
M.