Check out the photos I attached. I’m trying to format this so box where the website inputs his/her phone number is flush with the “Download Now” button.
The download now button only works on mobile, if clicked on a desktop it takes you right back to the home page, that’s why we added the text to download button.
Here is the code from TextLinking.com
<link rel="stylesheet" href="//d22hhoe037sl7u.cloudfront.net/1.7/css/link_texting_gz.min.css">
<style type="text/css">
/* Add your own LinkTexting form style overrides in your site stylesheet or in this style block.
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
</style>
<div class="promptWrapper">
<div class="linkTextingWidgetWrapper" style="">
<div class="linkTextingWidget" style="">
<div class="promptContent" style=""></div>
<div class="linkTextingInner">
<input type="hidden" class="linkID" value="b3cb5c58-6b82-4ff5-bc74-0aee6d909eed">
<div class="linkTextingInputWrapper">
<input class="linkTextingInput linkTextingInputFlagAdjust" type="tel" id="numberToText_linkTexting">
</div>
<button class="linkTextingButton localized-button localized-text-text_me_a_link" type="button" id="sendButton_linkTexting" style="background-color: #f0f0f0;color : #474747">TEXT ME A LINK</button>
<div class="linkTextingError" id="linkTextingError" style="display:none;"></div>
</div>
</div>
</div>
</div>
<script type="text/javascript">
/* Default Country Off, if set to false will use linkTextingDefaultCountry to decide default country, otherwise will determine the visiting user's country via their location */
var linkTextingDefaultCountryOff = true;
/* All Country data is lowercase ISO2 standard http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2 */
/* Default Country, if set to "auto" will determine the visiting user's country via their location */
var linkTextingDefaultCountry = "us";
/* If using automatic country detection with https or over 1,000 visits/day go to http://ipinfo.io, get a token, and place it here */
var linkTextingIpinfoToken = "";
/* Preferred Countries in Dropdown */
var linkTextingPreferredCountries = ["us","ca"];
/* Countries available in dropdown */
var linkTextingOnlyCountries = ["af","al","dz","as","ad","ao","ai","ag","ar","am","aw","au","at","az","bs","bh","bd","bb","by","be","bz","bj","bm","bt","bo","ba","bw","br","io","vg","bn","bg","bf","bi","kh","cm","ca","cv","bq","ky","cf","td","cl","cn","co","km","cd","cg","ck","cr","ci","hr","cu","cw","cy","cz","dk","dj","dm","do","ec","eg","sv","gq","er","ee","et","fk","fo","fj","fi","fr","gf","pf","ga","gm","ge","de","gh","gi","gr","gl","gd","gp","gu","gt","gn","gw","gy","ht","hn","hk","hu","is","in","id","ir","iq","ie","il","it","jm","jp","jo","kz","ke","ki","kw","kg","la","lv","lb","ls","lr","ly","li","lt","lu","mo","mk","mg","mw","my","mv","ml","mt","mh","mq","mr","mu","mx","fm","md","mc","mn","me","ms","ma","mz","mm","na","nr","np","nl","nc","nz","ni","ne","ng","nu","nf","kp","mp","no","om","pk","pw","ps","pa","pg","py","pe","ph","pl","pt","pr","qa","re","ro","ru","rw","bl","sh","kn","lc","mf","pm","vc","ws","sm","st","sa","sn","rs","sc","sl","sg","sx","sk","si","sb","so","za","kr","ss","es","lk","sd","sr","sz","se","ch","sy","tw","tj","tz","th","tl","tg","tk","to","tt","tn","tr","tm","tc","tv","vi","ug","ua","ae","gb","us","uy","uz","vu","va","ve","vn","wf","ye","zm","zw"];
</script>
<script type="text/javascript" src="//s3.amazonaws.com/linktexting-cdn/1.7/js/link_texting_gz.min.js"></script>
I’ve attached the screen shots for reference. Thanks!