This feature is available on all Goodshuffle Pro Plans.
Why this happens
On smaller screens (like phones), some platforms or themes apply extra padding or styling that causes the search input field to stretch too wide. As a result, the “Search” button may get cut off or pushed out of view.
How to fix it
Add the following CSS snippet to your site’s custom code area (exact location may vary depending on your website builder):
@media screen and (max-width: 766px) {
gspro-item-gallery .gspro-o-search input {
max-width: 60%;
}
}This limits the width of the search input to 60% on small screens, keeping the button visible.
Need Additional Support?
Click the blue chat bubble in the bottom corner of your screen to message our support team—we’re happy to help!
