Would you have an advice on how to move the hamburger menu to the left?
vadimkantorov opened this issue · 0 comments
vadimkantorov commented
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!