Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Positioning Search Box on Homepage › Reply To: Positioning Search Box on Homepage
July 29, 2016 at 11:16 am
#9629
Hi Jeremy,
Looking at your site, I would probably position the wrapper element to a fixed position first with this custom CSS:
div.et_search_outer {
overflow: hidden;
position: fixed;
width: 400px;
right: 7px;
top: 100px;
}
Then change the width of the search to fill this element:
.asp_main_container {
width: 100% !important;
}
This should be a good starting point 🙂
Best,Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)



