Mobile Search Bar

This topic contains 3 replies, has 2 voices, and was last updated by Ernest Marcinko Ernest Marcinko 6 years, 6 months ago.

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

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

    Attachments:
    You must be logged in to view attached files.
    #15302
    Ernest Marcinko
    Ernest 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:

    .asp_main_container {
        min-width: 320px !important;
    }

    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!

    Best,
    Ernest Marcinko

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


    #15312
    Vahl
    Vahl
    Participant
    You cannot access this content.
    #15313
    Ernest Marcinko
    Ernest Marcinko
    Keymaster
    You cannot access this content. Best,
    Ernest Marcinko

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


Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.