Reply To: demo search not working as imagined – need centering

Home Forums Product Support Forums Ajax Search Pro for WordPress Support demo search not working as imagined – need centering Reply To: demo search not working as imagined – need centering

#7053
Ernest Marcinko
Ernest Marcinko
Keymaster

Do you use the results shortcode? If so, then you should not use it in your case, it forces an automatical width.

Also, if not, then similarly to others, this CSS should force to override the inherited width:


div[id*="ajaxsearchprores"], div[id*="wpdreams_asp_results"] {
    width: 300px !important;
    margin: 0 auto !important;
}

let me know if that works!

Best,
Ernest Marcinko

If you like my products, don't forget to rate them on codecanyon :)