Hi, I have two versions of my app. One is classic and the other is regular. On the classic app (appologetics.glideapp.io), the search bar remains at the top no matter how much the user scrolls. On the regular app (appologetics.glide.page), the search bar disappears when the user scrolls. Is there any way to keep the search bar pinned to the top?
Might only be possible with CSS, but are you only displaying a single collection in that tab?
Yes, single collection.
Thanks for responding. I’m familiar with CSS and HTML, but how do I use them in Glide?
In this case, you would want to give a custom class name to your collection, and then probably use something like sticky
to keep the search bar from disappearing.
Something like this I guess.
Is customizing CSS available only for paid plans? I’m on the free plan.
Yes, only on paid plans.