Reply To: Positioning Search Box on Homepage

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Positioning Search Box on Homepage Reply To: Positioning Search Box on Homepage

#9629
Ernest Marcinko
Ernest Marcinko
Keymaster

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 :)