Is there any way to reduce the vertical gap betwee n choice components? It is eating a lot of space in a mobile view?
It is probably only about custom css? Or there is some trick?
Is there any way to reduce the vertical gap betwee n choice components? It is eating a lot of space in a mobile view?
It is probably only about custom css? Or there is some trick?
Here’s what you can use for the 2nd component with the class name being choice-2:
.choice-2 {
margin-top: 0px !important;
}
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.