We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd7df00 commit ac5808cCopy full SHA for ac5808c
style.css
@@ -305,6 +305,11 @@ ul.wp-block-post-template {
305
list-style: none;
306
}
307
308
+.page-template-full-width-no-title .site-content > .container {
309
+ max-width: none;
310
+ padding-right: 0;
311
+ padding-left: 0;
312
+}
313
314
@media (min-width: 750px) {
315
.alignfull {
@@ -315,9 +320,14 @@ ul.wp-block-post-template {
320
316
321
317
322
.alignwide {
318
- max-width: 1000%;
323
+ max-width: 100%;
319
324
margin-right: calc(25% - 25vw);
325
margin-left: calc(25% - 25vw);
326
width: auto;
327
328
+
329
+ .wp-block-group__inner-container {
330
+ max-width: 85.7143rem;
331
+ margin: auto;
332
+ }
333
0 commit comments