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

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

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

    for cell or mobile view..

    wider the search result box

    Attached image

    Attachments:
    You must be logged in to view attached files.
    #39747
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi,

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

    Best,
    Ernest Marcinko

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


    #39755
    hugo
    hugo
    Participant

    wider the search box, view laptop or computer

    Attachments:
    You must be logged in to view attached files.
    #39763
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi,

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

    Best,
    Ernest Marcinko

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


    #39769
    hugo
    hugo
    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

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

    Best,
    Ernest Marcinko

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


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

You must be logged in to reply to this topic.