delete Logo padding

Hi,
as you can see from the screenshot I’d like to remove the padding before and after the logo (in both mobile and desktop versions).
How can I achieve that?

thank you
regards

Joe

Hi Joe,

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

div#logo {
    padding: 0;
}

Best Regards,
Movin