Horizontal Aweber Form for Modern theme

Home Forums Legacy Support Support queries Styling issues Horizontal Aweber Form for Modern theme

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #22456
    Lifeischoice
    Spectator
    Assistance request for css to style aweber form (html) as horizontal  (name-email-submit) on same line in the modern theme home page using page builder.
    #22590
    H.K. Latiyan
    Participant
    Please share the HTML code of aweber form, we will help you out.
    #22828
    Lifeischoice
    Spectator
    <!-- AWeber Web Form Generator 3.0.1 --> <div style="display: none;"><input name="meta_web_form_id" type="hidden" value="" /><br /> <input name="meta_split_id" type="hidden" value="" /><br /> <input name="listname" type="hidden" value="sla-member" /><br /> <input id="redirect_b557d7fbcd3c8b43dfccd79ee5b6c9c4" name="redirect" type="hidden" value="http://c.mindbasic.com/thanks-aweber" /><br /> <input name="meta_adtracking" type="hidden" value="mba_front_Form" /><br /> <input name="meta_message" type="hidden" value="1" /><br /> <input name="meta_required" type="hidden" value="name,email" /><br /> <input name="meta_tooltip" type="hidden" value="name||Enter Your Name,,email||Enter Your Email" /></div> <!-- this is visible area --> <div class="form-group"><label class="sr-only" for="awf_field-79307948"></label><input id="awf_field-79307948" class="form-control" tabindex="500" name="name" type="text" placeholder="Enter Your Name" /></div> <div class="form-group"><label class="sr-only" for="awf_field-79307949"></label><input id="awf_field-79307949" class="form-control" tabindex="501" name="email" type="email" placeholder="Enter Your Email" /></div> <div class=""><input class="btn btn-primary" tabindex="502" name="submit" type="submit" value="Submit" /></div> <div class="af-clear"> </div> <div class="af-element privacyPolicy" style="text-align: center;"> <p>We respect your email privacy</p> <div class="af-clear"> </div> </div> <div style="display: none;"></div> </div> <!-- /AWeber Web Form Generator 3.0.1 -->
    #23166
    Anshuman Sahu
    Keymaster
    Try this css from wp-admin -> appearance -> customize -> custom css : .form-group { width: 44%; display: inline-block; float: left; }
    #23274
    Lifeischoice
    Spectator
    Thanks for going above and beyond...much appreciated.
Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Horizontal Aweber Form for Modern theme’ is closed to new replies.