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

Reply To: This plugin changes the whole look of my website when activated

Home Forums Product Support Forums Ajax Search Pro for WordPress Support This plugin changes the whole look of my website when activated Reply To: This plugin changes the whole look of my website when activated

#2706
Ernest MarcinkoErnest Marcinko
Keymaster

No problem at all.

It appears to me that the theme changes the location of that block at a certain height. All you can do is change the position of the search, or try to force the absolute position on that element:
[html]
div.header-scrolling div.header-custom-block {
position: absolute !important;
}
[/html]