Hi Adam,
We are glad you liked the plugin. Regarding your question right now we don’t have a way to keep the search bar open in the navigation bar by default.
You can try using the following custom css code to make it visible by default.
#menu-item-siq-selectbox{
width: 300px!important;
}
#siq-menu-searchbox-wrap{
width:300px;
}
#siq-menu-searchbox-wrap #siq-expsearch-cont .siq-expsearch{
width:100%;
}
#siq-menu-searchbox-wrap.siq-search-open #siq-expsearch-cont .siq-expsearch-input{
display: block;
opacity: 1;
}
This code will work if you have added the search bar in menu using the option we have provided you in the backend of the plugin under “Using Icon in menu” setting in the Options tab.