go to appearance/ theme options/ header, from the WP dashboard navigation,
you should have options to do several things,
since I don’t have your theme installed on a site in driving blind here.
also look at
appearance/editor, and look at the right side of screen, for the header php section.
in this php code just examine it to become familiar with the layout of your header in the site.
Question.
Are you using a child theme, or just a main theme?
because you will want to avoid making changes to the main theme php code here , But if you have a child theme activated you can make these changes in this area to not affect the main theme. This is so that when the theme updates you will lose any changes made to this code when the theme is updated.
you are looking for the header align statement for this item to function correctly.