Created
May 28, 2018 14:22
-
-
Save yawalkar/78fcaa2db1f62ea0232bd69165494c39 to your computer and use it in GitHub Desktop.
Move logo position in Avada header v7
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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