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

This topic contains 3 replies, has 2 voices, and was last updated by Ernest Marcinko Ernest Marcinko 1 year ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #36999
    germanky
    germanky
    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

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

    Best,
    Ernest Marcinko

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


    #37019
    germanky
    germanky
    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

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

    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.