Using 2010 theme and wordpress at least, when i insert the script for the product search from ecwid, the whole navbar is wrapped under the main content instead of aligning to the sidebar
the widget area for the sidebar has two sections. When i put it in the top section, any widgets under it are thrown to the bottom of the page
Considering the width parameter in css does not work for the script tag, i cant insert the search module anymore

i tried inserting it into the top of page temlpate but that also makes the page so wide that it shoves the navbar under the page content instead of a float and wrap to the right..
It only happened since today as i dragged the search widget and added a custom menu
Strangely, all my navigation links now appear with the square 'ul + li' icons left of each link, which didnt show before, and i haven't added any css at all. The current css says also that ul and li should have no style to it, so this baffles me totally how a css design can change all by itself?
Am i going crazy?
does anyone know of a way to control the width of a script tag with css?
this has always been a parameter that should be included in css, as the script tag ofen causes alignment and width problems, at least as far as my own css design methods are concerned.
My latest effort resulted in the top sidebar widget not working with the search script (too wide and falls under the page)
But the Bottom sidebar widget is ok and the script shows within the 180 pixel navbar no problem
in the page template it doesnt, it stretches the width of the content wrapper again and navbar is shoved under the bottom of the page.
Obviously a wp css problem - anyone?