Browse Source

#6406: Publication: Fix Newspack Blocks Blog Post Image Alignment (#6425)

Bob Matyas 2 years ago
parent
commit
82b33840a1
1 changed files with 10 additions and 1 deletions
  1. 10 1
      publication/style.css

+ 10 - 1
publication/style.css

@@ -1651,12 +1651,21 @@ body {
 
 /* Post Thumbnail */
 .post-thumbnail {
-	background: #000;
 	display: block;
 	float: right;
 	margin: 0 0 12px 12px;
 	width: 60px;
 }
+
+.wpnbha .post-thumbnail {
+	background: none;
+}
+
+.wpnbha.image-aligntop .post-thumbnail {
+	float: unset;
+	width: 100%;
+}
+
 .post-thumbnail img {
 	display: block;
 }