Archived topic
GenerateBlocks Button on Mobile
3 replies · Started by Mindy on April 19, 2020
I have a GenerateBlocks button that has a long text label. The text is "view research & published articles." I have it set to be centered and it looks perfect on desktop. However, it becomes left aligned on mobile. When I shorten the length of the text label so it all fits on one line, it is perfectly centered on mobile again.
Is this something on my end? Thanks!
Hi there,
Might be an option we want to add.
For now, you can add this CSS:
.gb-button {
text-align: center;
}
Thank you!
No problem :)