Hi, Toda
Your logo image ratio is 300:53
If you need height: 100px, the min-width should be 566px.
#header .logo {
height: 100px;
box-sizing: border-box;
min-width: 566px;
}
And for the search box. Please write the below code in custom.css
#header .header-top-right {
justify-content: flex-end;
}
And you need clean your browser cache. In windows Ctrl + F5
Thank you.