From 5ed3e4f87a84c33061108065d62f4bc7ee53077e Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Wed, 17 May 2017 14:37:13 -0400 Subject: [PATCH] Ninja form restricted to 600px width --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 84df670..b8f7d43 100755 --- a/style.css +++ b/style.css @@ -4699,6 +4699,7 @@ object { width: 100%; } } +.ninja-forms-cont, .nf-form-cont { margin: 0 auto; max-width: 600px; -- 2.17.1