Hi team,
Is it possible to reduce the space between image widgets (but only image widgets, not other widget types). On my homepage http://www.filmaware.com I have 2 images on top (JOIN US & ADVERTISE WITH US), is there a way to bring them closer, without changing the distance of the other widgets?
I tried .widget { padding: 10px 0 10px 0; } but that applies to all widgets sadly…
Thank you!
Hey Babics!
Please add following code to Quick CSS
div#widget_sp_image-3 {
padding-bottom: 0;
}
div#widget_sp_image-5 {
padding-top: 0;
margin-top: -30px;
}
Regards,
Yigit
Worked wonderfully :-) Thanks Yigit!