I use jquery mobile to generate my buttons and I have a CSS code below to change its design but no matter what value i put in width and height the size of the button doesn\'
The button might be an inline element. Make it an inline-block:
inline
inline-block
display: inline-block;