CSS for Making Email Opt-In Fit Mobile Devices -
i need making email opt-in bar under header @ same on mobile devices on desktop. here website. i not skilled in kind of coding appreciated! :) here css using: /* color , size of main bar */ #nsu-head { background-color: #ffcfde; padding: 34px; } /* basic text color , placement */ #nsu-head p { float: left; color: #000000; margin-top: -5px; padding-right: 10px; } /* placement of invitation text */ #nsu-head p.form_label { text-transform: uppercase; padding-left: 50px; padding-right: 30px; margin-top: 0; } #nsu-form-1 label { display: none; } /* hides input field labels */ /* input button styling going circle drop shadow */ input#nsu-submit-1 { /* remove if don't care ie8 */ } .type1 { width: 100px; height: 100px; background: yellow; border: 3px solid red; } /* controls background color during inactive , hover states */ input#nsu-submit-1.nsu-submit { background: no-repeat darkmagenta; border: 1px sol...