T
Typebot10mo ago
T.

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?
2 Replies
Baptiste
Baptiste10mo ago
Hey man! 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:
[data-blockid="<BLOCK_ID>"] .justify-end {
justify-content: center
}
[data-blockid="<BLOCK_ID>"] .justify-end {
justify-content: center
}
Baptiste
Baptiste10mo ago
No description
Want results from more Discord servers?
Add your server