Hello there,
Can i know which theme you are using.
Your logo cut on mobile view so You adjust header padding for mobile and tablet,
Add this css to the custom css section in the theme.
@media (max-width: 544px)
.main-header-bar{
padding-top: 16px;
padding-bottom: 16px;
padding-right: 16px;
padding-left: 16px;
}
Let us know if it helps.
Best Regards,
Ahemad.