This topic contains 3 replies, has 2 voices, and was last updated by Ernest Marcinko 5 years, 1 month ago.
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.
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 5 years, 1 month ago.
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?
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,That worked great! Thanks. Impressed with your plug-in.. keep up the great work!
You must be logged in to reply to this topic.
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |