Skip to content

Commit 15899ea

Browse files
committed
If page title is turned off then move password form down the page.
Signed-off-by: Chris Abraham <[email protected]>
1 parent 27273fd commit 15899ea

File tree

1 file changed

+5
-0
lines changed
  • web/wp-content/themes/cncf-twenty-two/source/scss/core

1 file changed

+5
-0
lines changed

web/wp-content/themes/cncf-twenty-two/source/scss/core/_forms.scss

+5
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,8 @@ select {
3939
input[type='search']::-webkit-search-cancel-button {
4040
display: none;
4141
}
42+
43+
// If page title is turned off then move password form down the page.
44+
.page-template-no-page-title form.post-password-form {
45+
margin-top: 80px;
46+
}

0 commit comments

Comments
 (0)