Log in
Log into community
Share feedback, ideas and get community help
View all posts
Related posts
Did this answer your question?
๐
๐
๐
Powered by
Hall
Inactive
Updated 3 months ago
0
Follow
Buttons to the middle of the screen
Buttons to the middle of the screen
Inactive
0
Follow
T
T.
last year
ยท
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
Share
Open in Discord
B
Baptiste
last year
Hey man!
B
Baptiste
last year
You'd have to find the ID of the block by inspecting the HTML.
B
Baptiste
last year
Once you have it, the CSS rule can look like this:
Plain Text
Copy
[data-blockid="<BLOCK_ID>"] .justify-end { justify-content: center }
B
Baptiste
last year
Attachment
Add a reply
Sign up and join the conversation on Discord
Join on Discord