organizing my multiple choice input?
# 🤝help
h
is there a way to organize my multiple choice input so that they show up organized vertically like in a columb?
b
Hello @happy-agent-84340 ! you can, by adding some CSS. Specifically placing the display property in the class
Copy code
.bwp-button {
display:block !important;
}
If you want them to cover the entire width of each one, set width:100% to the same class
Remember to use the very useful Webchat Styler to play with this and then get the stylesheet to use in your Bot