Looking to change the appearance of this HTML code without being able to edit it directly?
<form method="POST" id="go123pago">
<div align="center" style="width:220px">
<div style="float:left;padding:10px;width:190px">
....
</div>
</div>
</form>
In order to set padding: 30px 0 0 0
for the first div with a width of 220px
inside #go123pago
, is there a way to accomplish this visually?