Hi Support,
How could I reduce the padding in the footer area? And I have added an image in my footer widget area to footer column 2 but cannot find a way to center it. I tried using the text widget instead but that added too much padding.
Thank you!
LindaK
Hey,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
#footer .widget {
margin: 10px 0 10px 0;
}
#footer #media_image-3 {
text-align: center;
}
Best regards,
Yigit
Thanks Yigit – perfect!!