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

    Hello,
    The contact form fields and text are cut off from the screen on mobile view. Can this be fixed with css?

    #923276

    Hey jorgepavajeau,

    I see, please add the following to quick css:

    @media only screen and (max-width: 767px)  {
    #top .avia_ajax_form .text_input{
    width:70%!important;
    }
    #top .avia_ajax_form select{
    width:70%!important;
    }}

    Best regards,
    Jordan Shannon

    #923293

    HI Jordan,

    Thank you for your help. This worked for the fields but the text is still being cut off. (screenshot)

    #923596

    Hi,

    It looks like the line of = characters you have added is causing that. Could you try to remove that? We can add a divider using CSS instead if you’d like that.

    Best regards,
    Rikard

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