Dear support,
i have four footer widgets. How can i reduce the vertical distance of the widgets? You got some css magic for me :-)
Hi dondela!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#footer .av_one_fourth.first {
margin-left: 0;
}
#footer .av_one_fourth {
margin-left: 1%;
width: 24.2%;
}
Cheers!
Yigit
Thanks for helping.
My fault: it is the horizontal distance in the mobile view, if all widgets are underneath each other which i want to reduce
Hey!
Please add following code to Quick CSS instead
@media only screen and (max-width: 767px) {
#footer .widget {
margin: 10px 0 0 0;
}}
Cheers!
Yigit
Thank you very much!