It seems that float: left for .site-title and float: right for .nav-trigger is a problem :(
Would it work if I replace it with display: flex?
Would anyone have an advice on how to achieve this? (e.g. hamburger icon on the left and then immediately the .site-title)
Thanks!
It seems that
float: leftfor.site-titleandfloat: rightfor.nav-triggeris a problem :(Would it work if I replace it with
display: flex?Would anyone have an advice on how to achieve this? (e.g. hamburger icon on the left and then immediately the
.site-title)Thanks!