Reply To: Fixed on the header on mobile device

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Fixed on the header on mobile device Reply To: Fixed on the header on mobile device

#13684
Ernest Marcinko
Ernest Marcinko
Keymaster

Hi!

I’m sorry, I have probably looked at the wrong url by accident. I can see it now.
I’m guessing there might be something overriding the CSS, so this is what seems to be working for me (as a test):

@media screen and (max-width:640px) {
  .fixed-header-on .asp_main_container.wpdreams_asp_sc-2{
      position: fixed !important;
      top: 100px !important;
      left:0 !important;
      z-index: 999 !important;
      width: 100% !important;
   }
}

The .asp_main_container class is very important here, as otherwise it would affect the results container as well.

Best,
Ernest Marcinko

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