- This topic has 5 replies, 2 voices, and was last updated 5 years, 3 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- The topic ‘search pop up window on mobile’ is closed to new replies.
Home › Forums › Claremont Pro › search pop up window on mobile
When you select the search icon and the form pop ups it does not show properly on a phone. The color button with the “search” label is cut in half.
Thanks
Can you please try adding this to ‘Appearance’ > ‘Customize’ > ‘Additional CSS’:
.claremont-modal {
min-width: 300px;
padding: 20px;
}
I added the code but it does not seem to be making a difference on mobile browsers.
Okay, please try this instead:
.claremont-modal .search-form > * {
width: 100%;
}
This should put the text input and the button each on new lines to stop the button being cut off on narrower screens.
Andy, I’m happy to report that the original fix you offered on Jul 16 is working now. I cleared my cache after doing the original fix but it did not seem to take…24 hours later..it works on its own. A propagation issue? In any case it’s fixed now.
Thank you
This error has been corrected