Remove White Bar About Logo/Header Image

I have searched through all the forums and have not found out how to remove the white bar about my logo/header image. I am using the child them that moves the menu below the logo but the white bar is still there. See attached image.

Hi @mythicallife,

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

Could you please share me your site URL where it’s displaying so that i can help you to remove it?

Kind Regards,
Movin

Thank you Movin, I hope your day is going well. Here is the URL: thismythicallife.com

Thank you for a lovely theme and great support.
Aaron

You can try removing it 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;
}