Digital experiences for all disciplines
Forum Replies Created
-
-
OK done !
Why my submit button is in a 3rd column and not under the Message field?
And now, my fields length is 270 px instead of 470px before we did all this?In fact I don’t see your answers properly, I have this :
Put submission inside contact right
Add
at the end of your form
– Kyle
Arggg I did it. It fixes the background + “mandatory fields” issue but now you can see the columns are not aside, but one under the other.
I’m really sorry to bother you but I’m a bit lost 🙁Yep, I’ve just seen I’ve forgot the ” before contact-left.
It’s OK for the 2 columns but on desktop, my background is not OK, it’s only applied on 1 cm, and *champs obligatoires” neither, it should be at the bottom (= mandatory fields in french)It’s already removed, I’ve replace it by :
@media only screen and (min-width: 768px) { .contact-left { float:left; width:47%; } .contact-right { float:right; width:47%; } }
I don’t understand your answer, what do I have to remove?
Sorry, I did the “test” on this URL : trustin.io/contact
I’ve put this :
<div class=contact-left"> <p class="name">Nom *<br /> [text* your-name] </p> <p class="firstname">Prénom *<br /> [text* your-first-name] </p> <p class="email">Email *<br /> [email* your-email] </p> <p class="phone">Téléphone<br /> [text your-phone] </p> <p class="company">Société<br /> [text your-company] </p> <p class="jobtitle">Fonction<br /> [text your-jobtitle] </p> </div> <div class="clear"></div> <div class=contact-right"> <p class="subject">Sujet<br /> [text your-subject] </p> <p class="message">Message *<br /> [textarea* your-message] </p> </div> <div class="clear"></div> <p class="submission">[submit "Envoyer"]</p>
and
@media only screen and (min-width: 768px) { .contact-left { float:left; width:47%; } .contact-right { float:right; width:47%; } }
It’s OK on mobile but on 3 columns on desktop 🙁
OK will try this, thanks!
Ah one thing I’ve just noticed, the fields are not in the right order : I wanted all the left fields first and then the right fields.
Here, I have left, right, left right, so the “message” fields is before “your job or your title”.
Can I fix this easily?Thanks a lot Kyle, I’ve learnt something today!
Nice WE!Thanks Mohammad, I’ll try this.
Happy 2016 !Sure many thanks David 😉
My navigation works now, I become crazy. Thanks for your help anyway 🙂
It doesn’t come from the browser because when I choose a google font in Font options, I see them.
So I give up and put the sentence in the logo. I’ve uninstalled the child theme with the fuctions.php feature which allowed to display the “slogan”, reactive the theme but my navigation doesn’t work any more now, first time I have this with Dante… -