Padding in buttons

Like you said, you could write a simple CSS rule and apply it to your buttons with the Classify plugin.

CSS to put in the header or and HTML element:
myButton { padding: 10px; }

Then, in the ID Attribute field of your buttons you would write: {addClass: "myButton"}

5 Likes