Dear Support Team,
For a website that I am currently working on for a customer, I have a question about a contact form: http://neu.elianafe.com/contact/
With the 4th option, which offers the option (YES / NO), the associated field is very long. I would like it as shown in the order form on the page http://neu.elianafe.com/bestellung-versand/ shortened: here is the option “YES / NO” at 7th position.
When I tried to solve this with the contact form as well over the css script with
#top .avia_ajax_form # avia_4_1 {
width: 100px;
height: 44px;
padding top: 8px;
}
so it has shown me in the order form as well as the 4th field, namely the NAME field, shortened. Apparently, the script then applies to both forms.
What do I have to add that the above script is only applied to the KONTAKT page: http://neu.elianafe.com/kontakt/
Thanks a lot and best regards
Diana
Hey DianaLoola73,
Adding the page ID to your css will solve, please try this:
#top.page-id-3313 .avia_ajax_form #avia_4_1 {
width: 100px;
height: 44px;
padding top: 8px;
}
Best regards,
Mike
Thanks a lot. It works perfectly!
best regards Diana
Hi Diana,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria