Separation between Widgets

Hello guys!

Again I want to thank you for this amazing theme and your support!

I just have a question:

It’s possible to narrow down the vertical separation between widgets (to them become closer to each other)?

Thank you for your attention!

Charlotte!

Hi Charlotte,

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 -> Activello Options -> Other -> Custom CSS

#secondary aside.widget {
    margin-bottom: 20px;
}

Best Regards,
Movin