Skip to content

Commit 61db724

Browse files
committed
Fixed search form on no result page
1 parent ac959ec commit 61db724

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

style.css

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1759,7 +1759,6 @@ nav.fixed.scrolled {
17591759
}
17601760

17611761
.no-results form.search-form {
1762-
max-width: 500px;
17631762
padding: 0;
17641763
width: 100%;
17651764
}
@@ -1772,6 +1771,16 @@ nav.fixed.scrolled {
17721771
.no-results form .searchsubmit {
17731772
margin: 0;
17741773
}
1774+
.no-results form .searchsubmit i {
1775+
display: none;
1776+
}
1777+
1778+
.no-results form .searchsubmit span.screen-reader-text {
1779+
clip: auto;
1780+
position: relative !important;
1781+
height: auto;
1782+
width: auto;
1783+
}
17751784

17761785
.main-navigation .menu > li ul {
17771786
background: #fff;

0 commit comments

Comments
 (0)