How can I change button size? I need bigger buttons instead of standard size.
you can add a css view and use this code:
.nui.button{
font-size:2em;
}
This topic is locked and no more replies can be posted.
The standard button size is too small for some design needs.
Add a custom CSS view and adjust the font-size property to increase the button dimensions.
How can I change button size? I need bigger buttons instead of standard size.
you can add a css view and use this code:
.nui.button{
font-size:2em;
}