Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1473881

    Hi guys,

    I have a CF7 contact form and placed the elements in the middle using CSS. Everything is great, but the submit button in the mobile version does not fit correctly, see photo. What can that be?

    Thank you + best regards

    Annemarie

    #1473913

    Hey mary301187,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    .wpcf7-spinner {
      display: none;
    }
    }

    Best regards,
    Rikard

    • This reply was modified 2 days, 21 hours ago by Rikard.
    #1473998

    Hi Rikard, nothing has changed. the send button is still not centered.

    #1474004

    Hi,

    Try this instead:

    @media only screen and (max-width: 767px) {
    .wpcf7-spinner {
      display: none !important;
    }
    }

    Best regards,
    Rikard

    #1474007

    wow, it works. thank you very much!!!

    #1474011

    Hi,
    Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Contact Form 7 Center elements mobil’ is closed to new replies.