row/widget heights
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
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi 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.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.