The community members are discussing how to move the Typebot buttons to the middle of the screen instead of the right side. One community member suggests finding the ID of the block by inspecting the HTML, and then using the CSS rule [data-blockid="<block_id>"] .justify-end { justify-content: center } to center the buttons.