@pixeltoko
You could replace a section of the header.php file:
<?php
do_action( ‘omega_before_header’ );
do_action( ‘omega_header’ );
do_action( ‘omega_after_header’ );
?>
with this one …
<?php
do_action( ‘omega_header’ );
do_action( ‘omega_after_header’ );
do_action( ‘omega_before_header’ );
?>
Hope this works for you bro