Hello,
To add the search bar in your sidebar widget you can simply go to your Admin Dashboard > Appearance > Customize > Widgets > Primary Sidebar > Add A Widget and choose the “Search” Widget.
You can give a widget title and save your changes to display the Search bar in the Primary Sidebar area.
Also, if you want to display the current search bar [ currently centered on top of the primary menu ] to the right, you can paste in the following custom CSS in your Admin
Dashboard > Appearance > Customize > Theme options > Advanced Options > Custom CSS :
@media (min-width:1025px) {
.header-top-inner {
display: block;
margin-left: 988px;
}
}
This will make the search form align to the right only for the desktop screens.
Hope this helps,
Regards,
wensolutions