We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac959ec commit 61db724Copy full SHA for 61db724
style.css
@@ -1759,7 +1759,6 @@ nav.fixed.scrolled {
1759
}
1760
1761
.no-results form.search-form {
1762
- max-width: 500px;
1763
padding: 0;
1764
width: 100%;
1765
@@ -1772,6 +1771,16 @@ nav.fixed.scrolled {
1772
1771
.no-results form .searchsubmit {
1773
margin: 0;
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
1784
1785
.main-navigation .menu > li ul {
1786
background: #fff;
0 commit comments