Hey! I’ve followed this tutorial in regards of creating a multi-select feature: https://www.youtube.com/watch?v=77IAZ-Tqcxw&ab_channel=adalocado
However, when clicking on the buttons, the active stage shows up lower than the inactive stage, and I can’t understand how to fix it. Any ideas?
Also, if you have a smarter way of doing this I’m all ears! I just want a screen with this possibility and the chosen options will lead to a main page with recommended ideas based on it.
You can now have a single button show 3 different states depending on certain conditions being met, meaning you no longer have to use the workaround in the video.
Thank you for replying! I saw that, but it didn’t quite work, or I don’t understand the settings quite right. I am creating a screen with a mulit-select question, and based on the answers, the homepage will show recommended option based on the users answers.
Hey! Sounds like a z-index or positioning issue — try checking the CSS for the active button state and ensure it’s not being pushed down by margin/padding or stacking order.
Adalo does not have CSS configurations available for makers.