Join the Webstudio community

Updated 4 months ago

Website Max-width

At a glance
What is the best way to add max width to our Webstudio project (body width?) I want the content of a web page to be centered and max width of, say 900px. What is Webstudio approved way of doing this?
B
m
2 comments
You need to put box inside of body and set these styles to it
Plain Text
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
Add a reply
Sign up and join the conversation on Discord