Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme »

Email form alignment problem


  #1  
Old Jan 6, 2015, 10:23 AM
squinx
 
9 posts · Mar 2013
Email form alignment problem

Hi there,

My client is using mynewsletterbulder (don't even get me started) and I can add the email form to my sidebar without issue, but if I add it to a page there is a big gap at the top. I have used firebug and cannot find where the issue is coming from (padding + margin is 0; I can use a negative but that doesn't seem right) it appears that it is wrapped in another table, perhaps? Tried a fresh page to see if there was a corruption somewhere, no dice.

http://madisoncountyarts.com/tempsite/subscribe/

I have tried live html editors, no problem there; other themes have their own issues so I am trying to find out what I can edit here. Seems like an inheritance that I am missing. Thanks for any help!
  #2  
Old Jan 6, 2015, 12:36 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
What ever that tool is. it creates messed up code.

your issue is there are a bunch of hidden fields at the start of the form, each one followed with a '<br>'.
The '<br>' is adding the extra space. To get rid of it you will need to add
HTML Code:
form br {display: none;}
form p br {display: block;}
The second CSS Selector/rule will display the <br> after teh visible elements.

There is also a <style...> that is a form I've never seen before and I think is being ignored, but may cause problems at some time
HTML Code:
<style="width: 250px; padding: 10px; font-size: 11px; color: #3F3F3F; font-family:Arial, Helvetica, sans-serif; background-color: #FFFFFF; border:solid 2px #CCCCCC; -moz-border-radius-bottomleft:.7em; -moz-border-radius-bottomright:.7em; -moz-border-radius-topleft:.7em; -moz-border-radius-topright:.7em;">
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support

Bookmarks



Similar Threads
Thread Thread Starter Forum Replies Last Post
Alignment Problem Within Widget Firefox Only jdadour Sidebars & Widgets 2 Nov 2, 2011 09:40 AM
[SOLVED] Image alignment problem dgronwald Atahualpa 3 Wordpress theme 4 Aug 1, 2011 09:38 AM
[SOLVED] Another alignment problem! rockandstroll Atahualpa 3 Wordpress theme 4 Jul 12, 2011 11:51 PM
How to add an email form in a page on a static site andr3w84 Atahualpa 3 Wordpress theme 3 Jul 12, 2010 03:12 AM
Comment form: how do I clear the data from name and email when the form is submitted? blueprairie Comments, trackbacks & pings 3 Sep 15, 2009 05:15 PM


All times are GMT -6. The time now is 12:06 PM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.