Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #448306

    Hi,

    There’s a PHP snippet for a custom widget area in the header. That works fine but I want to have a widget area for the top-bar. Is that possible too?

    The snippet below is for the header:

    add_action( 'ava_after_main_menu', 'enfold_customization_header_widget_area' );
    function enfold_customization_header_widget_area() {
    	dynamic_sidebar( 'header' );
    }

    Thanks, Alice

    #448461

    Hi ALCOR!

    You can move the widget to header meta section using custom CSS code. If you need any help with it, please post the link to your website.

    Cheers!
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.