First of all please place your search widget under the categories widget. To do it, please open your store page for editing, ind the following fragment in it:
Quote:
|
<div><script type="text/javascript"> xSearchPanel("style="); </script></div> <div><script type="text/javascript"> xCategories("style="); </script></div>
|
and change to:
Quote:
<div><script type="text/javascript"> xCategories("style="); </script></div>
<div><script type="text/javascript"> xSearchPanel("style="); </script></div>
|
Save the changes.
Then please add the following CSS rule to your
CSS theme (Ecwid control panel -> System Settings -> Design -> CSS Themes):
Quote:
div#SearchPanel-1 {
position: relative;
}
div.ecwid-SearchPanel {
position: absolute;
top: 3.1em;
right: 381px;
}
|
and click “Save (Ctrl+S)”.
Please note that the values of “top” and “right” parameters can be adjusted to the ones you prefer. I should also say that in some languages (like Russian, for example), “Sort by” and “View as” elements take more space due to longer text in them. Thus if you move the search widget to the same line, the store may look distorted for your foreign customers who don’t use English as the default language in their browsers.