Change height of Footer Widgets

Hi, I’m trying to find a way to change the height of footer widgets in Dazzling theme. I’ve tried playing around with the CSS but can’t find a way to reduce the padding. I’ve attached an image to show you. The aim is just to reduce the padding around the social icons.

Any help greatly appreciated,
Charles

Hi @chas7,

Give me your live website link to check.

Thank you,

Cristian

Hi Cristian,

The link is www.thesurebettor.com

Regards,
Charles

Hi,

use this css code and play with the padding values and height as you wish:

#footer-area .footer-widget-area {
padding:0px
height:0px;
}

Thanks,

Cristian