Browse Source

Ixion: Fix cover images with fixed background. See #499

alaczek 6 years ago
parent
commit
a6e0be3b74
1 changed files with 3 additions and 6 deletions
  1. 3 6
      ixion/blocks.css

+ 3 - 6
ixion/blocks.css

@@ -27,13 +27,10 @@ Description: Used to style Gutenberg Blocks.
 /* Full Width */
 /* Full Width */
 
 
 .no-sidebar .alignfull {
 .no-sidebar .alignfull {
-	width: 100vw;
-	max-width: 100vw;
-	margin-left: 0;
-	margin-right: 0;
 	position: relative;
 	position: relative;
-	left: 50%;
-	transform: translateX( -50% );
+	min-width: 100vw;
+	margin-left: 50%;
+	left: -50vw;
 }
 }
 
 
 .no-sidebar .wp-block-columns.alignfull,
 .no-sidebar .wp-block-columns.alignfull,