2
votes

I'm trying to center a 940px widget in my page. In the layout panel it's not possible to set Left and Right to auto at the same time.

So far I can only attach a block to left or right. Is it possible to center it to have all the element to stay in the center on large display like stackoverflow.com ?

enter image description here

1

1 Answers

3
votes

It is possible to do that. An approach that you can take is to change the page layout to vertical.

enter image description here

Then change the widget's Layout align attribute value to center.

enter image description here

I hope this information helps!