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

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

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

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

    .fl-node-5ad24e4867a69 {
        max-width: 100%;
    }

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

    Best,
    Ernest Marcinko

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


    #17542
    stemt
    stemt
    Participant

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

    #17543
    Ernest Marcinko
    Ernest Marcinko
    Keymaster
    You cannot access this content. 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.