I would like to put custom widget on the opposite side of logo. How can I do it?
Hey mazupan!
Thank you for using Enfold.
You can edit includes > helper-main-menu.php, look for this code:
echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', $addition, 'strong', true);
Below, you can add the widget code. You probably need to use the dynamic_sidebar function: http://codex.wordpress.org/Function_Reference/dynamic_sidebar
Cheers!
Ismael