Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hi,
Using Page Builder I applied a drop shadow (css via attributes) to a couple of images and it shows some padding at top and bottom. Any way to get rid of this? Or apply the shadow just to the image, not to the whole widget?
Thanks,
Jeremy
Hi jeremy11
Sounds like you have some CSS experience. In that case what you might want to do is edit the widget, click Attributes, add a widget class like:
Then in a Custom CSS plugin/child theme stylesheet you can target that class:
.widget-img-effect img {
/* Add properties here */
}
That should hopefully do the trick.
Let us know how it goes.