Tagged: footer, widget area
Hi, folks,
I want to decrease the height of the widget-area both on the non-mobile and the mobile version of my website:
What CSS-code do I need, to achieve this?
Thank your very much for your help!
Regards,
Klaus
Hi klabuz!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#footer .widget {
margin: 10px 0 10px 0;
}
Cheers!
Yigit
Thank you very much, Yigit!
Have a good day.