Can’t move the Submit button
-
Apart from putting this code (float: right) in to the DIV of the form layout I can not get the SUBMIT button to move to the right.
Now yes to some degree this solves the problem. Until you edit the form in anyway then you have to do a whole lot of sh?t to reset it for the updates to be applied.
So I wanted to put it in the CSS of the theme I’m using.
But it does not work, WHY?
EG: the code I’m entering it on and I’m assuming it’s the right one, is below with the “float: right”.
I have even tried using the “!important” but no go. Please advise?—————-
.button-submit {
color: #767676 !important;
cursor: pointer;
display: inline-block;
height: 39px;
line-height: 32px;
padding: 0px 20px 5px;
vertical-align: middle;
font-weight: 400 !important;
font-size: 20px;
border: 1px solid #959595;
border-radius: 5px;
font-family: Segoe UI;
background:transparent;
float: right;
}
—————-
- The topic ‘Can’t move the Submit button’ is closed to new replies.