Solved
What types of widgets can I specify position?
The following css style is applied to the grid widget, but the button does not position well.
.pos {
margin-top: 30%;
height: 30ch;
}
When fixing the position of a widget, is it common to specify a position with a grid widget and then include the widget in it?
Any other good suggestions?
regards

