@Panda as, yes, now I understand and that makes 100% sense. It means those who get down voted can still have an opinion and use common services.
And yes, you’re right. Rather than down vote, just ignore if you don’t agree.
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