How can I set/lock my maximum width...

Hello

IK make a simpel website. But I want to lock the maximum width. If the site is not longer then I want. And if I can Center Web site in the browser?

THX

You can do both of these things.

Max-width

For a max width on the container object, the entry is here:

Which limits the width of 1024px max page. So it will shrink when less 1024px, but only extend out to a max of 1024px.

Objects centered

Regarding the balance, we have a shortcut for this. You can apply it to two container (focus site) and to individual objects (them focus within their mother). You can find that here:

Remember, that this will be only centered horizontally.

Reflow has yet a good way to make the vertical alignment. This is partly a historical issue with CSS and partially that we do not want to introduce solutions hacky reflow, unless they are based on the standards. That said, we get closer with things like flexbox, which is to be quickly adoptedand proposes solutions for vertical alignment. We still have unfortunately characteristic FlexBox in reflow.

Tags: Edge Reflow

Similar Questions

Maybe you are looking for