How to change button padding?
-
I need to increase the padding on a button but can’t override the button’s default style settings. The default padding is applied using inline styles on the
span
tag. It should be possible to override this setting using!important
but it’s not working. Could it be bacause I’m not able to target thespan
tag directly because it doesn’t have a class attached to it?
- The topic ‘How to change button padding?’ is closed to new replies.