This topic is: not resolved
-
I need to center the button on this page
I have read through the forum and found a few examples but nothing worked yet.
The custom CSS I have applied right now is:
.button.dhvc-form-submit { width: 250px; background: #990000 !important; border-radius: 3px !important; font-weight: bold !important; padding-left: 18px !important; padding-right: 18px !important; } .button.dhvc-form-submit:hover { background: #990000; background: -webkit-linear-gradient(30deg,#990000 0%,#d69999 100%); background: linear-gradient(30deg,#990000 0%,#d69999 100%); }