Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1474616

    Hi,

    Is it possible to move the red bar above the menu and move it underneath the menu instead?

    View post on imgur.com

    #1474632

    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 );

    Screen Shot 2025 01 04 at 1.51.22 PM
    Screen Shot 2025 01 04 at 1.52.35 PM
    please clear your browser cache and check.

    Best regards,
    Mike

    #1474679

    Amazing – thank you!

    #1474680

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Move Small Bar Above Menu’ is closed to new replies.