Hello there! Hope you’re having great day so far.
I ran into small problem. When I add an image to the header and resize the website, menu and header logo doesn’t live on the same line anymore. Same happens if I add couple more menu items.
Since I’m developing on localhost, I’ve attached few images.
Best way to fix this would be to make image logo in center and menu below since I’m going to add couple more menu items. And once screen is resized to 767px and lower, image logo would be on the left side and burger menu would be on the right.
Thanks in advance. Will be waiting your response.
Good morning @mantas0527
Hm… sounds weird, to be honest, I don’t have any plan to help you without providing live website URL, I’m useless without website URL in this case because I need to see a live problem, most probably this can be fixed by custom CSS
Are you planning to upload your website soon?
Hello,
Here I’ve uploaded website online. You can check it here:
http://wp.galius.lt/
Hey there
Ah, that’s cool 
Looks like migration problem was not successful, the logo image is not appearing and it’s still linked to localhost, please update it
Hi there,
Sorry Noda, my mistake. I’ve updated the website. Now it has logo image 
Hey there
First of all, you are using a small logo, make it a little bit bigger and you ill have better appearance 
and the position of the logo can be configured by this CSS code, add it in appearance > customize >additional CSS:
#logo {
position: relative;
top: 11px;
}