Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #667236

    Hi support team,
    my contact form 7 doesn`t look well on ipad (width 768px). I want to display each question on one line liked on the smaller screens.
    Could you help me with this please?

    #667243

    Hey vnfan,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    @media only screen and (max-width: 768px) {
    .wpcf7 .flex_column {
        width: 100%!important;
        margin-left: 0!important;
    }}
    

    Best regards,
    Yigit

    #667324

    hi yigit,
    unfortunately it doesn’t work. Could you please check it again?

    #667353

    Hi!

    It should have worked. Do you mind creating a temporary admin login and posting it here privately?

    Best regards,
    Yigit

    #667574

    I have the same problem, the “contact form” cannot show in mobile screen.

    #667588

    Hi Yigit,
    the infos are under:

    #667596

    Hi!


    @vnfan
    They show up fine on my end. Please flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh


    @faway
    You set to hide your column on mobile. Please edit your page and then click on your column and go to mobile tab to choose to display it on mobile

    Cheers!
    Yigit

    #667670

    Hi Yigit,
    you are right. Thanks a lot.

    #667680

    Hey!

    You are welcome!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘contact form 7 on mobile screen (width 768px)’ is closed to new replies.