Archived topic
Create Widget like Demo - Baloon Image
5 replies · Started by Thanesh on June 16, 2017
How can I add baloon image in widget like in the demo?
http://demo.generatepress.com/
When I add an image, I only can see a lot of spacing around image. Whenever I tried to adjust bottom spacing for widget, all the widget's spacing were effected. I only want to adjust bottom spacing for single widget only.
Please help.
Thank You
Hi there,
Any chance you can link me to the page? I should be able to give you some CSS for that.
Try this CSS:
#media_image-3 {
padding-bottom: 0;
line-height: 0;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Hi Leo,
That's what I wanted. Perfect!
Thank You. :-)
No problem :)