How to centre all my stuff -

Okay i need help centering my stuff , like when editing it seems centered but on live it isnt and all shoved to the side , iv had this problem… well all the time , what am i doing wrong

https://preview.webflow.com/preview/lol-638052?utm_medium=preview_link&utm_source=designer&utm_content=lol-638052&preview=886d8c521f710fadc6534abd614e70af&mode=preview


Here is my site Read-Only: LINK
(how to share your site Read-Only link)

use flex for your layout for the easiest centering.

can u show me how ? it wont work i flex and it goes to far left

  1. Change your Child element from Relative to Static
  2. Then change your Body event from Block to Flex.

You really should read and watch the tutorials to understand how things work if you want to continue designing with Webflow.

Delete the position absolute of “child” and add to the parent of “child” in this case “body” display: flex, align: center, justify: center.