File tree 2 files changed +10
-7
lines changed
2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 7
7
*/
8
8
require get_theme_file_path ( 'inc/theme-customizer.php ' );
9
9
10
- function my_theme_setup () {
11
- /* Allow full-width Gutenberg widget alignment */
12
- add_theme_support ( 'align-wide ' );
13
- }
10
+ /* Allow full-width Gutenberg widget alignment */
11
+ add_theme_support ( 'align-wide ' );
14
12
15
13
/* Theme Constants (to speed up some common things) ------*/
16
14
define ( 'HOME_URI ' , get_bloginfo ( 'url ' ) );
@@ -341,4 +339,3 @@ function enqueue_scripts() {
341
339
342
340
// This line below adds the colors defined above into the color pallete of WordPress
343
341
add_theme_support ( 'editor-color-palette ' , $ cc_colors );
344
- add_action ( 'after_setup_theme ' , 'my_theme_setup ' );
Original file line number Diff line number Diff line change @@ -305,6 +305,12 @@ ul.wp-block-post-template {
305
305
list-style : none;
306
306
}
307
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
+
308
314
@media (min-width : 750px ) {
309
315
.alignfull {
310
316
max-width : 1000% ;
@@ -315,8 +321,8 @@ ul.wp-block-post-template {
315
321
316
322
.alignwide {
317
323
max-width : 1000% ;
318
- margin-right : calc (25% - 25 vw );
319
- margin-left : calc (25% - 25 vw );
324
+ margin-right : calc (25% - 15 vw );
325
+ margin-left : calc (25% - 15 vw );
320
326
width : auto;
321
327
}
322
328
You can’t perform that action at this time.
0 commit comments