Too much white space between sidebar widgets

Hi There,
is there a way to make the white space between the sidebar widgets smaller? All of a sudden there are wide gaps in between… www.livelifegreen.de
All the Best
Alex

Hey there

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

/*reduce space on sidebar*/
#secondary .widget {
    margin-bottom: 20px;
}

Best Regards,
Support