Widget area after main menu

Hi.
Is it possible to add a new widget area on the bottom of main menu?
It would be useful to put certain elements, not just secondary menus.

Hi @danicasati,

I hope you are well today and thank you for your question.

You can try achieving this by creating a child theme of Sparkling theme and then overwrite the Sparkling theme header.php to display widget area using WordPress dynamic_sidebar function.

Before displaying the new sidebar, you have to register it using the function register_sidebar

Best Regards,
Movin

Hi.
Thank you for reply.
Any snippet in order to add menu with same CSS style of main navigation?

To style added menu like main navigation, you have to either use same CSS selectors and menu markup as main navigation or copy the main navigation styling from style.css file and apply it to your newly added menu.