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

Mobile Search Bar

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #15298
    VahlVahl
    Participant

    How do i resize Mobile Search Bar? Need to make it wider. Thanks!

    #15302
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    I see you have it set to 60% width currently, so it will follow the container element. I believe the best solution would be to add a min-width attribute via CSS, so it will never get below a certain width. For example:

    [html].asp_main_container {
    min-width: 320px !important;
    }[/html]

    Apply this code to your theme custom CSS field (if it supports it) or use the custom CSS field on the search plugin back-end.

    I hope this helps!

    #15312
    VahlVahl
    Participant

    You cannot access this content.

    #15313
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.