Viewing 1 replies (of 1 total)
  • This is just a CSS styling issue. The form is wrapped in <pre> tags which has thrown off the text word wrapping.

    To fix, either get rid of the <pre></pre> tags surrounding the shortcode or add styling to your style.css as follows:

    pre {
        white-space: normal;
    }

Viewing 1 replies (of 1 total)

The topic ‘Display on Mobile’ is closed to new replies.