This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: How to make Compact Search appear on all pages in the site

Home Forums Product Support Forums Ajax Search Pro for WordPress Support How to make Compact Search appear on all pages in the site Reply To: How to make Compact Search appear on all pages in the site

#22753
Ernest MarcinkoErnest Marcinko
Keymaster

Hi!

Actually, yes, via a small custom CSS snippet. WordPress automatically adds the ‘home’ class to the document body, on the home screen. So using this custom CSS should do the trick:

body.home>.asp_m {
    top: 30% !important;
}