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

for cell or mobile view.. wider the search result box Attached image

Home Forums Product Support Forums Ajax Search Pro for WordPress Support for cell or mobile view.. wider the search result box Attached image

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #39745
    hugohugo
    Participant

    for cell or mobile view..

    wider the search result box

    Attached image

    #39747
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    You can adjust that here: https://i.imgur.com/rAhmof3.png

    #39755
    hugohugo
    Participant

    wider the search box, view laptop or computer

    #39763
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    You can adjust the search width for different devices here: https://i.imgur.com/nll6MgR.png

    #39769
    hugohugo
    Participant

    I made changes and added to change the box size.

    but it does not change when placing the parameter remains the same.

    does not increase the size of box width

    #39776
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Make sure to clear all layers of site cache, as well as the CDN cache. If something else might be conflicting, you can also try this custom CSS:

    .asp_m {
        min-width: 500px;
    }
    
    @media only screen and (max-width: 768px) {
        .asp_m {
           min-width: 100%;
        }
    }

    If nothing works, then can you please share a URL where I can check this issue. Back-end details would be also nice, so I could check if everything is working correctly.

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