Hello, I am not sure how to get rid of the negative space around my logo. I have some on the static front page but I am more concerned with my blog and the post pages. Here is my link:http://jennyjeepjohnson.com/wp-content/uploads/2016/09/rsz_artboard_1-1.png
Hi @suzileigh,
Thank you for your another question.
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;
}
Best Regards,
Movin