Hi, I wish next to the logo the view as shown in the red frame.
With the following instructions I get only one widget area realized, is it possible to set up three widgets?
Or another idea?
Best Regards,
Lars
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
thanks rikard,
that’s enough for me so first.
Have a good time.
greeting
Lars
Hi Lars,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria