Hi David
Okay, 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-brand, .sticky-navbar-brand {
float: left !important;
}
.navbar-light .navbar-toggler {
float: right !important;
display: unset !important;
margin-top: 0.238rem !important;
}
.navbar-brand img {
max-width: 210px !important;
}
}
Let us know if it works.
Thanks