How can I place the elements at the center of the container?

I have a widget that I want to place at the center of the page how can I do it?

Here you can see that I have a heading widget, please tell me how can I change the layout so that the heading appears horizontally and vertically at the center of the Block container?

There are many ways to center a widget inside a container. Below is the most effective one:

  • Select parent container (in your case, Block Container#Div_1), change its settings to Display flex, Align items center and justify center.

Follow the documentation for detailed explanation: