
I need to align the top answer options with the bottom, the support suggested this css but it didn’t work:
.mc.horizontal .choices {
width: auto!important;
}
I also have this code related with the choices alignment, in case it conflicts with the added code:
@media (min-width: 30rem) {
.mc.horizontal .choices .choice.above .choice-label {
flex-direction: column;
max-width: 10.625rem;
min-width: 2.75rem;
padding: .625rem;
text-align: center;
margin: 20px;
}
}

