I’m having trouble with fixing the bug wherein CMS repeater cards are being displayed from the bottom of the page when a filter is applied (ex., clothing, date sort, search filter)
Working in Wix Studio Editor and using Wix CMS
I’m having trouble with fixing the bug wherein CMS repeater cards are being displayed from the bottom of the page when a filter is applied (ex., clothing, date sort, search filter)
Working in Wix Studio Editor and using Wix CMS
I’d suggest checking the docking of the repeater as it might be docked to the bottom of the section rather than the top of the section.
Also worth checking but if you want to make the section adjust based on the content within (to remove that excess space), you can switch the section to advanced sizing and adjust the row to auto.

Hi, @Safina_Ng !!
That’s strange.
Are you using any code? Alternatively, it might be a good idea to try reproducing the same behavior on a new page in the simplest way possible to test it. Also, you could try temporarily removing the animation applied to the repeater. ![]()
Hello! I tried doing what you said, but the issue persists. Could this be a bug?
Yes, I’m using Wix Velo code but this issue occurred even before I integrated the code into my website’s section. I also tried removing the animation like what you said but the issue persists.
Update: When I created a new CMS and applied the same layout, no issue with the format of the cards. It’s only with the ground floor items CMS wherein the cards are at the bottom when a filter is applied
Personally, I think it might be worth testing whether this phenomenon is triggered when the filter is applied, or when new items are loaded into the repeater. Since you can work with code, it shouldn’t be too difficult to wait a few seconds after the page loads, then add new items to the repeater and see how it reacts. ![]()
Try setting the responsive behavior of the section to either “Fit To Screen” or “Auto”.
Just wanted to follow-up @Safina_Ng since it’s working correctly on my end.

I also just wanted to mention that unless you specifically wrote some code to move the repeater downwards or to toggle some CSS, generally Velo doesn’t change the placement of the elements.
Yep after I edited some stuff for some reason now it works! Thanks for your help.