Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Larger search window
This topic contains 5 replies, has 2 voices, and was last updated by Ernest Marcinko 4 years, 3 months ago.
- AuthorPosts
- March 4, 2019 at 12:24 am #21361
Hi.
Is there a way to make the search window larger?
Thank youAttachments:
You must be logged in to view attached files.March 4, 2019 at 11:39 am #21371Hi,
Yes, you can enter it’s width under the Theme Options -> Overall Box Layout panel. Try using a pixel value, instead of the default 100%, maybe something like 320px or so.
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
March 4, 2019 at 3:56 pm #21377Hi Ernst.
Thanks for your reply.
I was wondering if there is a way to change the results window size without affecting the search box.
I’m putting the search window inside my menu making it larger affects the layout: it pushes everything left.
I think the results window hovers above the page in a separate layer so I was wondering if there is any way to make that window wider.
Otherwise you have a great plug in which really enhances my website and I really appreciate it.Attachments:
You must be logged in to view attached files.March 4, 2019 at 4:01 pm #21380Hi,
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.
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
March 4, 2019 at 4:10 pm #21381Excellent! That worked very well Thanks for your help.
March 4, 2019 at 4:11 pm #21383You cannot access this content. Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
- AuthorPosts
You must be logged in to reply to this topic.