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

how to adjust the length of the search field

Home Forums Product Support Forums Ajax Search Pro for WordPress Support how to adjust the length of the search field

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #36999
    germankygermanky
    Participant

    hi support team,

    The last question is there a way to adjust the length of the search field to fit the line below
    please check the video

    https://www.loom.com/share/7a2613b27c9f4866885d4f4c4e1a2f8a

    thank you

    #37014
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    The width of the field is by default set to 100% – meaning it follows the container element width. You can change that here: https://i.imgur.com/ySYgyZP.png

    #37019
    germankygermanky
    Participant

    thank you

    if there a way to resize or adjust the dropdown fields in order to use the whole space from the search field,

    thank you again

    #37030
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    Try something like:

    .asp_ss form fieldset {
        min-width: 25% !important;
    }

    You may have to figure out the exact values for all devices.

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