Trying to style sign up box…
-
I am trying to style the sign up box at the bottom of this page: https://goo.gl/dOhYUC
I am almost there using this code:
.widget_sf_widget_constantcontact { border: 1px solid #808241; background-color: #ffffff !important; color: #808241 !important; width:240px; height: 222px !important; padding: 10px !important; } .widget_sf_widget_constantcontact input[type="text"]{ float:right; width:60% } .widget_sf_widget_constantcontact input[type="submit"]{margin-top:30px;color:#808241;align:center;} .widget_sf_widget_constantcontact h4 { color:#808241; }
My question is, how to I add more space between the title of the box and the first name area, and how do I center the submit button. It looks like the code is right for that, but it’s not centering?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Trying to style sign up box…’ is closed to new replies.