Hi,
Is it possible to move the red bar above the menu and move it underneath the menu instead?
		
	Hey ballindigital,
To move topbar below the header I added this script to your Snippets plugin.
function custom_script() { ?>
  <script>
(function($) {
  function a() {
    $('#header_meta').detach().insertAfter('#header_main');
  }
  a();
})(jQuery);
</script>
  <?php
}
add_action( 'wp_footer', 'custom_script', 99 );


 please clear your browser cache and check.
Best regards,
Mike
Amazing – thank you!
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold. 
Best regards,
Mike
