Today I am Sharing Wapkiz Asome Style Contact Page Code.
Important!Before we start adding codes in XML, I will recommend you to take a Backup of your current theme. By chance if any problem occurs, you can restore it later.
Step 1: First of all Login to your Wapkiz Dashboard.
Step 2: On Wapkiz Dashboard, click Page.
Step 3: Click the arrow down icon next to 'Edit/HTML' button.
Step 4: Click Edit HTML, you will be redirected to editing page.
Step 5: Now paste the following CSS Codes just Below to it.
Wapkiz Contact Page Download :
Step1: Add Conatct Page
<h1>Contact Us</h1><div class="container"><div class="contact"> <div><strong>Your Email:</strong><br/><input type="email" name="blogcmt_name" pattern="[a-z0-9._%+-]+@[a-z0-9.-]+.[a-z]{2,}" placeholder="@"></div><div><strong>Your Message:</strong><textarea name="blogcmt_text" pattern=".{6,}"></textarea></div><input type="submit" name="blogcmt_submit" value="SEND"> </div></div>
Step 2: Add Css
.contact{float:left;width:64%;padding-left:20px}.contact2{float:right;width:34%;padding-right:20px}