Tagged: 

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

    Hello
    The contact form field is not align, but only on the “indonesian translation site”. Its on mobile version or if shrink the browser. Why is this ? See my credit and screenshot below.

    Thanks for your help
    kind regards
    Roger

    #1099852

    Hey Roger,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    @media only screen and (min-width: 767px) and (max-width: 990px) { 
    #element_avia_6_1,#element_avia_3_1 {
    width: 29% !important;
    }
    #element_avia_1_1 {
    width: 36% !important;
    }
    }

    Best regards,
    Mike

    #1101584

    Hi Mike

    Thanks that code. It works well ! ;-)

    Kind regards
    Roger

    #1101906

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘contact form field not align on wpml translation site’ is closed to new replies.