Here is my custom CSS. The border is working great. The button however still is left aligned and the css is not changing it. I used this as a resource: How To Style A Marketo Form Like A Pro /* Add your custom CSS below */ .mktoForm { border-style: solid !important; border-width: 2px !important; border-color: #c4d82d !important; border-radius: 9px !important; } .mktoForm .mktoRequiredField label.mktoLabel { padding-bottom: 10px !important; } .mktoForm input[type=text], .mktoForm input[type=url], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm input[type=number], .mktoForm input[type=date], .mktoForm textarea.mktoField, .mktoForm select.mktoField { width:357px !important; top: 19px !important; left: 0px !important; width: 350px !important; font-size: 20px !important; line-height: 25px !important; height: 42px !important; padding-left: 8px !important; padding-right: 8px !important; } .mktoFormCol, .mktoFieldWrap { width: 357px !important; } .mktoButtonWrap { margin-left:0 !important; } .mktoButtonRow { width:320px !important; text-align:center; } .mktoForm .mktoButtonWrap.mktoSimple .mktoButton { width:320px !important; background:#f8991d !important; padding:10px 20px !important; font-size: 28px !important; }
... View more