This topic contains 2 replies, has 2 voices, and was last updated by Ernest Marcinko 4 years, 6 months ago.
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.
Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Mobile layout issues
This topic contains 2 replies, has 2 voices, and was last updated by Ernest Marcinko 4 years, 6 months ago.
Hi,
We are trying to adopt the plugin with our current theme but we are facing issues with the mobile version of it. To be more specific, when we change the layout to mobile resolutions your plugin falls behind the theme’s search button which makes it unusable. Also while i was testing from which window size it becomes unresponsive i noticed that from a point and after you cannot even write on it. Can you help me getting this right?
Regards,
Elies
Hi,
Thank you for the details.
I see a few conflicting custom CSS rules in the site header. One is hiding the search input under a certain resolution. The container position is also set behind the menu bar. Try this custom CSS to resolve these.
.plsh-search {
position: relative;
min-width: 280px !important;
}
.plsh-search .asp_m input.orig {
display: inline;
}
Use the min-width attribute to change the minimum width of the search bar, to which it cannot get below. Please also note that these rules might not work in all cases though.
Best,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. |