As far as I understand, you have added the search widget to the sidebar or some other widget zone via the template settings if your WordPress, and as a result it has been displayed on all the pages of your site. The code provided by me affects all the search widgets on your site, which is not the best solution for your site settings. So this code needs to be a bit more precise for it to be applied to the necessary search widget instead of all of them.
To have the changes for the search box position applied to the store pages only, please change the previously provided CSS code to the following one:
Quote:
div.entry-content div#SearchPanel-1 {
position: relative;
}
div.entry-content div.ecwid-SearchPanel {
position: absolute;
top: 3.1em;
right: 381px;
}
|
Save the changes, enable Ecwid Wordpress search button widget and check, if everything works correctly now. Only the widget in the store page should be moved, the search widgets on the other pages should stay intact.
As for the height of the sort by box change, please add the following CSS rule to your theme:
Quote:
div.ecwid-results-topPanel-sortByPanel select.gwt-ListBox {
padding: 1px;
font-size: 11px;
}
|
Save the changes and check your storefront.