Hi Chad
Thanks for contacting us. You are not using the logo on your site at this time. Now you can use the logo on your site because we have prepared some CSS code to hide the logo on mobile devices.
Kindly add the below CSS in the Additional CSS box, Please go to the Appearance => Customize => Additional CSS then paste the CSS here and click to Publish button.
@media (max-width: 500px) {
.navbar-light .navbar-brand {
display: none;
}
}
Let us know if it works for you.
—
Thanks