Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #990553

    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

    #990983

    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

    #991528

    Thanks a lot. It works perfectly!
    best regards Diana

    #991651

    Hi Diana,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.