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

Results view on mobile / responsive breakpoint 980

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Results view on mobile / responsive breakpoint 980

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #17536
    stemtstemt
    Participant

    Hi,

    I made a search instance called “produktsøk” (id=2) that is placed on the page /turer/

    It works great, but the “results view” on mobile <980px is not showing correct. Any ideas on how to fix this?

    #17540
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    The plugin only follows the containing element width, by default it is set to 100%. The problem is caused by the fact, that the container is not limited in width below certain resolutions, so it extends to infinity (10 000 pixels).

    Based on the site structure and the console, this custom CSS might do the trick:

    [html].fl-node-5ad24e4867a69 {
    max-width: 100%;
    }[/html]

    This is not related to the plugin, but I believe it will do the trick for you.

    #17542
    stemtstemt
    Participant

    That worked great! Thanks. Impressed with your plug-in.. keep up the great work!

    #17543
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

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