Under Theme & Styling Options – > Overall box layout -> Search box Width
The “desktop” setting also sets the overall width of the container:
.asp_w_container_3 {
width: 50%;
}
#ajaxsearchpro3_1, #ajaxsearchpro3_2, div.asp_m.asp_m_3 {
width: 50%;
height: auto;
max-height: none;
border-radius: 5px;
background: #d1eaff;
margin-top: 0;
margin-bottom: 0;
}
Pretty sure the width of the container shouldnt be affected at all otherwise it totally messes with the other “Search box width” settings when the media-queries kick in.