How to change space between sidebar widgets

Hi Aigars & Co,

Just wondering how to change the top and bottom margins (spaces) between the sidebar widgets.

WP: current
Dazzling: Current
Site: curlyafrodotcom

Thanks in advance,

Hi @4alex,

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

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

Admin Area -> Appearance -> Customize -> Dazzling Options -> Other -> Custom CSS

aside.widget {
    margin-bottom: 10px;
}
h3.widget-title {
    margin-top: 10px;
}

Best Regards,
Movin

Thank you Movin for the response. I added the above code but still no changes. Any other suggestions?

Hi @4alex,

I visited your site and can see it’s getting changed there.

If you want to reduce the space more then try changing the value 10px in the above CSS coe to 0

Regards,
Movin