Hi all
Does anyone have a code for centering the text in a left-aligned button. If you look at the attached example, it looks a little strange having the text inside the button left-aligned as well.
It's okay. I found a solution. I added this code:
/* Small Button Styling */
.sqs-block-button-element--small {
width: 50% !important;
text-align: center;
}
Question
Michelle_Barra_ 7
Hi all
Does anyone have a code for centering the text in a left-aligned button. If you look at the attached example, it looks a little strange having the text inside the button left-aligned as well.
Thank you in advance!
Michelle
Link to post
Top Posters For This Question
2
1
Popular Days
Nov 18
2
Dec 16
1
Top Posters For This Question
Michelle_Barra_ 2 posts
bangank36 1 post
Popular Days
Nov 18 2020
2 posts
Dec 16 2020
1 post
Popular Posts
bangank36
Let's share your site url so we can provide the help
Michelle_Barra_
It's okay. I found a solution. I added this code: /* Small Button Styling */ .sqs-block-button-element--small { width: 50% !important; text-align: center; }
Posted Images
2 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment