@phenomlab thank you very much for the assistance Mark, massively appreciated as always.
The great thing about this is it’s all documented for other NodeBB users that come looking for solutions 😃.
Looks far better 🤝👍🏻.
Hi Mark
My header located left side after upgrading to v3.1.1
@cagatay this relates to a change the css classes used for the brand header meaning it will now float to the left instead of right.
If you’d like to retain the original behavior, you can add this css class
[data-widget-area="brand-header"] {
justify-content: end;
display: flex;
}
Further information here
https://community.nodebb.org/topic/17090/manual-build-a-custom-header-in-harmony/19?_=1684069325296