Turn Single Choice into >Dropdown List>
# 🤝help
h
A few weeks ago when you had over X single choice fields, it would turn into a dropdown list - doesn't happen anymore. For this specific use case there'll be 10+ long names like this, and it would look crazy to not have it as a dropdown haha. Is it possible to toggle dropdown list ON, or is that feature permanently removed?

https://cdn.discordapp.com/attachments/1138110436600987809/1138110436806512680/Screenshot_2023-08-07_at_15.59.49.png

@bumpy-butcher-41910
b

https://cdn.discordapp.com/attachments/1138110436600987809/1138112089240645683/Screenshot_2023-08-07_at_10.11.03_AM.png

@high-hairdresser-55419 I'm able to get a dropdown to appear on the shareable widget - I believe it's a question of how many line breaks would be involved for X number of choices, which will vary depending on how long the individual choices are
though I think we could do a better job here of indicating when your response will automatically generate a dropdown as it's quite opaque at the moment
for reference these are my choices in the above example lol

https://cdn.discordapp.com/attachments/1138110436600987809/1138112361769746552/Screenshot_2023-08-07_at_10.12.02_AM.png

h
Worked when adding more choices 👍 @bumpy-butcher-41910
Could I DM you with a question about some carousel css? Would share here but it’s sensitive for a client @bumpy-butcher-41910
b
I'm not a CSS pro so unlikely I'd be much help haha - my recommendation would be to recreate the problem on a dummy bot and create a new post in this channel 🙂
h
Haha gotchu @bumpy-butcher-41910

https://cdn.discordapp.com/attachments/1138110436600987809/1138121582510870608/Screenshot_2023-08-07_at_16.46.13_1.png

Just not able to align this bad boy to the left...
b
🤔
@bright-magazine-792 any ideas?
h
/*Carousel customization */ .bpw-card-container { box-sizing: border-box; align-items: left; justify-content: left; color: rgba(0, 0, 0, 1); line-height: 1.28em; min-height: 250px; max-height: 410px; border: 1px solid rgba(0, 0, 0, 0.1); border-radius: 4px; overflow: hidden; }
----
That is the piece of code that affects the carousel
been pulling my hair out for a bit now trying to figure this out haha
b
let me have a look. can you share your stylesheet URL?
h
Yes
I'm just trying to align it to the left, same point as the chats above & below @bright-magazine-792
b
the styling doesn't look like the one from your screenshot
if you remove the styling, how does it look like?
127 Views