Contact form & app button Support Forums for LiveMesh Themes & Plugins › Forums › Appdev Theme Support › Contact form & app button Tagged: contact form, footer, Get this App button, header This topic has 2 replies, 2 voices, and was last updated 7 years, 4 months ago by Veena. Viewing 3 posts - 1 through 3 (of 3 total) Author Posts May 19, 2016 at 7:56 am #21899 May 19, 2016 at 12:30 pm #21911 VeenaModerator 1. Pls try inserting the below piece of code into header.php at line no:73 (immediately after the closing of the wrap div) and see if that works . <div class="app-download-buttons"> <a href="'. $google_play_url . '"><img src="https://www.livemeshthemes.com/appdev/wp-content/uploads/sites/7/2013/07/btn-googleplay.png" alt="btn-googleplay" width="192" height="63" /></a> <a href="'. $itunes_url . '"><img src="https://www.livemeshthemes.com/appdev/wp-content/uploads/sites/7/2013/07/btn-appstore.png" alt="btn-appstore" width="192" height="63" /></a> </div> </div> And also have this custom CSS in themeoptions – /* Hide the existing get app button */ #header .button.get-app { display: none; } .app-download-buttons img { margin: 15px 10px 0 0; max-width: 140px;} .app-download-buttons { display: inline-block; width: 300px; float: right;} .play-button img { border: 1px solid #aaa;} .itunes-button img { border: 1px solid #252525; border-radius: 4px;} #header.sticky .app-download-buttons img { margin-top: 5px; margin-bottom: 5px; max-width: 140px; } /* Mobile layout */ @media screen and (max-width: 767px) { .app-download-buttons img { margin-top:0; max-width: 135px; margin-right: 5px; } .app-download-buttons { margin: 0 auto; width: 280px; float: none; }} May 19, 2016 at 12:32 pm #21912 VeenaModerator 2. .Can you do a quick check with this plugin and see if emails are being sent – https://wordpress.org/plugins/check-email/ Author Posts Viewing 3 posts - 1 through 3 (of 3 total) The forum ‘Appdev Theme Support’ is closed to new topics and replies.