Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Larger search window › Reply To: Larger search window
March 4, 2019 at 4:01 pm
#21380
Keymaster
Hi,
Oh, I see what you mean now. Sure, you can do that by changing the search width to whatever you like, and using a custom CSS to force a different width for the results box:
.asp_r {
min-width: 480px;
margin-left: -320px !important;
}
The margin-left value might need to be adjusted, depending on the min-width you choose.