From 1488fac736bdbeb41acfa1029a82f1e96e9395f3 Mon Sep 17 00:00:00 2001 From: Cong Thien Date: Wed, 28 Dec 2016 14:42:07 +0700 Subject: [PATCH] make contact form label full width --- assets/sass/_sections.scss | 3 +++ style.css | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/assets/sass/_sections.scss b/assets/sass/_sections.scss index bcabeb20..98f97636 100644 --- a/assets/sass/_sections.scss +++ b/assets/sass/_sections.scss @@ -888,6 +888,9 @@ br { margin-bottom: 5px; } + label { + width: 100%; + } } div.wpcf7-validation-errors { diff --git a/style.css b/style.css index f2784c93..1958ecfd 100644 --- a/style.css +++ b/style.css @@ -3019,6 +3019,10 @@ section > .customize-partial-edit-shortcut button { margin-bottom: 5px; } +.wpcf7-form label { + width: 100%; +} + div.wpcf7-validation-errors { margin: 20px 0px; padding: 15px;