• Resolved mouste63

    (@mouste63)


    Hello,
    Thank you for this great plugin.
    I have a problem with my search bar and the astra theme on mobiles.
    When you want to type the text, the keyboard opens and closes immediately. Unable to type any text. It does not do it on pc but only on mobile. Have you already encountered this problem? I tried with different versions and I still have the same problem. thanks in advance

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author ILLID

    (@mihail-barinov)

    Hi,

    Can you please give me a link where I can find working search form and test it?

    Regards

    Thread Starter mouste63

    (@mouste63)

    Good evening,
    I found a solution by checking a box in astra to make the sticky menu disappear and it works. I think more an astra problem. On the other hand, I have trouble centering the search bar on mobile. On tablet and pc it’s perfect but not on mobile.
    Thank you

    Thread Starter mouste63

    (@mouste63)

    .aws-container {
    width: 800px;

    }
    .aws-container .aws-search-form {
    height: 32px !important;
    }
    .aws-search-result .aws_result_title {
    font-size: 16px;
    }
    .aws-search-result .aws_result_excerpt {
    font-size: 14px;
    }
    @media (max-width: 800px) {
    .aws-container {
    max-width: 370px;
    }
    }
    .aws-container .aws-search-form .aws-search-btn_icon {
    color: #81d742;
    }

    Plugin Author ILLID

    (@mihail-barinov)

    Hi,

    Thanks for this solution and have a good day!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Problem with Astra in mobile mode’ is closed to new replies.