Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1153990

    Hi team!

    I really appreciate enfold theme but I’m not being able to get out of the impasse.
    I need to use the following header configuration, all of these elements have to stay on the same line:
    on the left: 1. menu as hamburger icon; 2. search icon; 3. drowpdown language selector;
    on the right: logo

    How can I do that?

    Unfortunately I could not find this kind of configuration on your support pages :(.
    I guess i will insert a widget next to menu and put the WPML language dropdown menu in that widget, isn’t it?
    Hope you will help me as soon as possible!

    Thank you :)

    Federica

    • This topic was modified 5 years ago by federica_alice. Reason: correct the explanation
    #1154567

    Hi!
    is there anyone?

    #1154948

    Hello,
    waiting for your feedback, I set up the configuration:
    logo on the right, menu on the left, widget in the center.

    Now I need to move the widget’s content (drop-down menu) next to the menu icon.

    Could you please help me?

    Thank you

    federica

    #1155247

    Hi,
    Sorry for the late reply, please include a link to your page so we can examine your elements and assist.

    Best regards,
    Mike

    #1155248

    Hello,
    this is the website

    #1155263

    Hi,
    Thanks, Try adding this code to the end of your functions.php file in Appearance > Editor:

    function custom_script(){
      ?>
      <script>
    jQuery(window).load(function(){
      jQuery( ".widget_icl_lang_sel_widget" ).appendTo( ".main_menu" );
      });
      </script>
    <?php
    }
    add_action('wp_footer', 'custom_script');

    Best regards,
    Mike

    #1155304

    It works perfectly!
    Tnx!
    Federica

    #1155312

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘logo right, menu and widget left’ is closed to new replies.