Skip to main content
18-Opal
April 19, 2018
Solved

What types of widgets can I specify position?

  • April 19, 2018
  • 1 reply
  • 3168 views

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

Best answer by tmccombie

Yes, it is recommended to use the grid widget to help with positioning of widgets. 

1 reply

tmccombie21-Topaz IAnswer
21-Topaz I
April 19, 2018

Yes, it is recommended to use the grid widget to help with positioning of widgets. 

CHASEONHO18-OpalAuthor
18-Opal
April 20, 2018

If so, do you specify as many as% when specifying the location?
Or do you recommend positioning in px?

21-Topaz I
April 23, 2018

I have found specifying in px works well.