On this new site www.nickpaulus.com the email form is too far below the text frame. This happens on Safari & Chrome for Mac/PC and on Explorer & Firefox on PC. Firefox on Mac is ok.
Furthermore, on iPhone, the email eats up the last paragraph of my text. I have reformatted the text several times. Nothing changes. What to do?
On this new site www.nickpaulus.com the email form is too far below the text frame. This happens on Safari & Chrome for Mac/PC and on Explorer & Firefox on PC. Firefox on Mac is ok.
I’m not sure but your email item is it not: item2a ?
It has position:absolute; that means it is not in the flow of the page.
Thanks, Omar. Yes it is item2a but I don’t see the “relative” info in the properties. Only “absolute” or “fixed in window”. Fixed in window doesn’t address the issue either.
What you really want to do is select and Cut the Div that contains the form stuff, click inside the Div above after the end of the text ‘merci d’utiliser le formulaire ci-dessous :…’ until you get a flashing cursor, and paste the form in there.
This then makes the form inline to the text and so it will move with the text ie up if the text size is smaller and down if you increase the size of the text.