How do I remove space between the widgets in my sidebar in my Enfold child theme? There’s just too big of a gap.
Thanks
Hey alex2545!
Thank you for using Enfold.
If you don’t mind, we would like to see the actual website. Please post it here. Try to decrease the widget padding:
.widget {
padding: 10px 0 10px 0;
}
Best regards,
Ismael
That worked, thank you very much!