Tagged: ,

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

    Hey Lars,

    Yes, you should be able to add as many as you want, though you need to make sure that the styling is different for them since they will display on top of each other if you don’t:

    add_action( 'ava_after_main_menu', 'enfold_customization_header_widget_area' );
    function enfold_customization_header_widget_area() {
    	dynamic_sidebar( 'header1' );
            dynamic_sidebar( 'header2' );
            dynamic_sidebar( 'header3' );
    }

    Best regards,
    Rikard

    #897953

    thanks rikard,

    that’s enough for me so first.

    Have a good time.

    greeting
    Lars

    #898412

    Hi Lars,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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