Hello,
I have found the cause. You have simply defined once the menu is in the header, it is centered. But this does not work!!!
plugins/system/helixultimate/layouts/frontend/modules.php
$isHeader = !empty($data->section_sematic) && $data->section_sematic === 'header';
//$columnClass = $isHeader ? ' d-flex align-items-center' : '';
//$columnClass .= $isHeader && $options->name === 'menu' ? ' justify-content-end' : '';
Can you undo this? I can not rewrite the template for all customers or if I comment this out, it is gone again when updating.