no display of title if mobile version
davvalent

davvalent commited on 2024-07-11 01:27:48
Showing 2 changed files, with 4 additions and 5 deletions.

... ...
@@ -770,6 +770,10 @@ a {
770 770
 	.main-navigation.toggled .search-form {
771 771
 		display: block;
772 772
 	}
773
+
774
+	.site-branding hgroup {
775
+		display: none;
776
+	}
773 777
 }
774 778
 
775 779
 @media screen and (min-width: 601px) {
... ...
@@ -213,11 +213,6 @@ body {
213 213
     background: #e8e8e8;
214 214
 }
215 215
 
216
-/* Site Logo */
217
-.site-logo {
218
-    margin: -1.75em 0 0;
219
-}
220
-
221 216
 /* Site Widgets */
222 217
 .header-area-custom .site-widgets {
223 218
     padding: 10px;
224 219