style buttons in web
# 🤝help
a
I need to decrease the width of the buttons. I can see this class when I inspect and I tried to use this as below but it is not working. .bpw-button, .bpw-button-alt { min-width: 3rem !important; }
Any updates on this please ?
b
Hi @adorable-gigabyte-54754 !, it depends, remember that min-width goes as far as your internal content will allow it, in this case the text
you should reduce the size of the text as well as the padding to find some space
Remember that you also have the min-height of the button itself. You should try with various values remember that I don't know the size of your internal texts. But play with those I mentioned there.
If you have problem to solve let me know 😉
4 Views