Hello guys, I'm trying to adjust the width of the text field to 70px but I can not, every value I type just does not change the width of the field HTML <span><label for="karma">Karma:</label></span> <input name="attr_karma" type="number" value="" disabled="true"/> CSS .sheet-label-karma{ font-family:Palatino Linotype; font-size: 80; top:320px; left:280px; position: absolute; } .sheet-input-karma{ width: 70px; font-family:Palatino Linotype; font-size: 12; font-weight: bold; text-align: center; position:absolute; top:310px; left:440px; border: 1px solid; border-top:none; border-bottom-left-radius: 0.5em; border-bottom-right-radius:0.5em; border-left: 1px; border-right: 1px; background-color: none; }