Hey, I think I can solve this issue. Since the logo is already set to ‘center’ in the theme editor, let’s try adding some custom CSS to give it some extra room.
Can you try adding the following code to your CSS:
logo { margin-left: 20px
or
.logo { transform: translateX(20px
This should nudge the logo a bit to the right, creating some space between it and the search icon.