I've tried some variations in the "Add HTML/CSS Inserts" section. But without success.
I need a <div> container top of it.
like this-->
Code:
<div id="mycategoryorder-2" class="widget widget_mycategoryorder"><div class="widget-title"><h3>Shop-Kategorie</h3></div>
I don't know how I can declare this as CSS code for the search box.
At the moment works only follow code:
Code:
table.searchform {
width: 156px !important;
border-top: solid 0px #25508C!important;
border-left: solid 1px #25508C!important;
border-right: solid 1px #25508C!important;
border-bottom: solid 0px #25508C!important;
margin: 0px 18px 0px 12px !important;
}