Skip to content

Instantly share code, notes, and snippets.

@yawalkar
Created May 28, 2018 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yawalkar/78fcaa2db1f62ea0232bd69165494c39 to your computer and use it in GitHub Desktop.
Save yawalkar/78fcaa2db1f62ea0232bd69165494c39 to your computer and use it in GitHub Desktop.
Move logo position in Avada header v7
Add the code in "Space befor </head>" option -
<script type="text/javascript">
jQuery( 'document' ).ready( function() {
jQuery( '.fusion-middle-logo-menu-logo.fusion-logo' ).insertAfter( jQuery('.fusion-middle-logo-menu-logo.fusion-logo').siblings(':eq(1)') );
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment