Hi,
We apologize for any inconvenience caused.
Unfortunately, there is no built-in setting in Helix Ultimate to achieve this layout while keeping the Top Bar enabled. However, you can achieve the desired full-width header using a small CSS adjustment.
Please add the following code under Template Options → Custom Code → Custom CSS:
#sp-header .container {
max-width: 100% !important;
}
Once you have applied the CSS, please clear both your Joomla cache and browser cache to ensure the changes are reflected correctly.
We hope this helps you achieve the desired header layout. Please let us know if you have any further questions.