Archived topic
Button size
3 replies · Started by Jusung on February 4, 2023
Viewing posts 1–4 of 4
Hello. When you see this page, you can see the buttons I made.
I want to put the button text horizontally. So, I need to increase the size of button.
but I want to increase the size of button as much as the size of text.
Is there a way to make this..?
Hi Jusung,
Try this CSS:
.gb-container.gb-container-970a9868 .gb-button-wrapper-722aae2a a.gb-button {
flex-shrink: 0;
}
Thank you! it works!
No Problem, glad to help :)
This archived topic is closed to new replies.