Explorar o código

Canard: Fix Sub-Menu Overlap

torres126 %!s(int64=6) %!d(string=hai) anos
pai
achega
511570669a
Modificáronse 1 ficheiros con 6 adicións e 1 borrados
  1. 6 1
      canard/style.css

+ 6 - 1
canard/style.css

@@ -3345,10 +3345,15 @@ a {
 		padding-top: 60px;
 	}
 	.archive .hentry:first-of-type,
-	.blog .hentry:first-of-type,
 	.search .hentry:first-of-type {
 		margin-top: -60px;
 	}
+	.blog .hentry:first-of-type {
+		margin-top: 0;
+		position: relative;
+		bottom: 60px;
+		z-index: -1;
+	}
 	.page .entry-footer {
 		margin-bottom: 30px;
 		margin-top: 30px;