Share feedback, ideas and get community help

Updated 3 months ago

Buttons to the middle of the screen

What is the Custom code / CSS code to be used to move the Typebot buttons to the middle of the screen instead of it being on the right side?
B
4 comments
You'd have to find the ID of the block by inspecting the HTML.
Once you have it, the CSS rule can look like this:

Plain Text
[data-blockid="<BLOCK_ID>"] .justify-end {
  justify-content: center
}
Add a reply
Sign up and join the conversation on Discord