Header Nav left
To align the navigation to the left simply set/remove the following classes on the following elements:
-
1
.header > .header-inner
: add the class.justify-content-start
to pull all items to the left by default. -
2
.header-brand
: add.mr-0
&.order-1
class so the right margin is reset. -
3
.header-block
: add.ml-auto
&.order-12
so it gets pulled to the right. -
4
.navbar
: add.order-2
so it's ordered after the brand/logo.