hi. is it possible to show the search at another position?
Hey!
Thank you for using Enfold.
Add this to the functions.php:
add_action('ava_inside_main_menu', 'ava_inside_main_menu_mod');
function ava_inside_main_menu_mod() {
get_search_form();
}
Remove the default search icon on Enfold > Header > Extra Elements panel.
Cheers!
Ismael
Hi!
You can add this in the Quick CSS field to adjust the position:
.main_menu form#searchform {
position: absolute;
right: 0;
top: 10px;
}
Best regards,
Ismael