• Resolved chiro1x

    (@chiro1x)


    Hi,
    can anyone help me with fixing the pictures for the mobile version?
    I think that customers who come to the mobile site via mobile phone are overwhelmed by the contact form. Can I customize the images for the mobile site and put them next to each other instead of on top of each other?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Ralden Souza

    (@rsouzaam)

    Hi @chiro1x,

    Thanks for reaching out!

    To have columns on mobile, please try the following custom CSS snippet:

    @media screen and (max-width: 600px) {
    .wpforms-container .wpforms-form .wpforms-list-inline ul li {
        width: 47% !important;
    }
    }

    Here is a screenshot of what you should see.

    And in case it helps, here’s a tutorial on how to add custom CSS like this to your site.

    I hope this helps!

    Thread Starter chiro1x

    (@chiro1x)

    Hi @rsouzaam,
    this is amazing. Thank you very much!
    I just resized 1% down just in case someone has a smaller screen.

    Thanks!

    Plugin Support Ralden Souza

    (@rsouzaam)

    Hi @chiro1x,

    Thanks for letting me know! I’m glad the solution worked as desired.

    If you’d like more help with using WPForms Lite, please feel free to reach out.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘WPForms Picture for mobile Version’ is closed to new replies.