Viewing 1 post (of 1 total)
  • Author
    Posts
  • #1494309

    Hallo,

    i want to add a button above the main menu right but inside the menu block not in the top menu line.
    So, i used the hooks but i guess, there is no such hook for my need… any idea how to place the button like this?

    Button was created as custom widget.
    This is the code i use to implement:

    /* widget in header */
    add_action( 'ava_main_header', 'enfold_customization_header_widget_area' );
    function enfold_customization_header_widget_area() {
    	dynamic_sidebar( 'btn-immo-bewerten' );
    }

    This is how it looks like
    seb des 1

    And this is has it has to be
    seb des 2

    • This topic was modified 2 hours, 15 minutes ago by xeovision.
Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.