The issue is that I have no idea how to center logo between hamburger and contact form link. Currently, I’m trying to set 3 divs - two 45% and one 10% but still I have no idea how to center 10% div with a logo.
Thanks for any piece of advice on how to deal with it.
The problem is definitely how you’re handling the positioning of the elements. I Accomplished the result above use plain grids and not messing with things like position:relative or setting a width for them.
There are several other ways to get that accomplished.
Just try to rebuild that nav from scratch using grids. It will save you time as you don’t have a lot of elements inside it.