• Resolved woodypad

    (@woodypad)


    HI,
    I just discovered your awesome plugin.
    Two questions:

    1. I created a three column form, but it doesn’t stack in mobile. How can I adjust the view for small screens?
    2. I created a form theme from your plugin. But it seems that the customization of the labels and error and confirmation messages is missing.
      Possible? Or am I the one who can’t find them?

    Thank you

Viewing 1 replies (of 1 total)
  • Plugin Author Planet Studio

    (@planetstudio)

    Hi?@woodypad?,
    Thank you for contacting us.

    Unfortunately, our plugin does not support responsive mode, but you can do it easily by placing this code in the theme’s custom CSS section.

    /* When the browser is at least 600px and above */
    @media screen and (min-width: 600px) {
    .cf7b-page {
    flex-direction: column;
    }
    }

    Regarding the second question: yes, there are no styles for labels and messages in themes.

Viewing 1 replies (of 1 total)
  • The topic ‘Responsive fields’ is closed to new replies.