Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter claudelemonde

    (@claudelemonde)

    I’m sorry, Oliver, I am indeed in the wrong forum. Thank you!

    Thread Starter claudelemonde

    (@claudelemonde)

    Current CSS for that section:

    7c. Template: Full Width
    /* ————————————————————————– */

    body.template-full-width .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide),
    body.template-full-width [class*=”__inner-container”] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 120rem;
    }

    body.template-full-width .entry-content .alignleft,
    body.template-full-width .entry-content .alignright {
    position: static;
    }

    body.template-full-width .entry-content .alignleft,
    body.template-full-width [class*=”wp-block”].alignwide [class*=”__inner-container”] > .alignleft,
    body.template-full-width [class*=”wp-block”].alignwide [class*=”__inner-container”] > p .alignleft,
    body.template-full-width [class*=”wp-block”].alignwide [class*=”__inner-container”] > .wp-block-image .alignleft {

    /*rtl:ignore*/
    margin-left: 0;
    position: static;
    }

    body.template-full-width .entry-content > .alignleft,
    body.template-full-width [class*=”wp-block”].alignfull:not(.has-background) [class*=”__inner-container”] > .alignleft,
    body.template-full-width [class*=”wp-block”].alignfull:not(.has-background) [class*=”__inner-container”] > p .alignleft,
    body.template-full-width [class*=”wp-block”].alignfull:not(.has-background) [class*=”__inner-container”] > .wp-block-image .alignleft {

    /*rtl:ignore*/
    margin-left: 2rem;
    position: static;
    }

    body.template-full-width .entry-content .alignright,
    body.template-full-width [class*=”wp-block”].alignwide [class*=”__inner-container”] > .alignright,
    body.template-full-width [class*=”wp-block”].alignwide [class*=”__inner-container”] > p .alignright,
    body.template-full-width [class*=”wp-block”].alignwide [class*=”__inner-container”] > .wp-block-image .alignright {

    /*rtl:ignore*/
    margin-right: 0;
    position: static;
    }

    body.template-full-width .entry-content > .alignright,
    body.template-full-width [class*=”wp-block”].alignfull:not(.has-background) [class*=”__inner-container”] > .alignright,
    body.template-full-width [class*=”wp-block”].alignfull:not(.has-background) [class*=”__inner-container”] > p .alignright,
    body.template-full-width [class*=”wp-block”].alignfull:not(.has-background) [class*=”__inner-container”] > .wp-block-image .alignright {

    /*rtl:ignore*/
    margin-right: 2rem;
    position: static;
    }

    Thread Starter claudelemonde

    (@claudelemonde)

    Here are the current contents of the Full Width section of the CSS:

    7c. Template: Full Width
    /* ————————————————————————– */

    body.template-full-width .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide),
    body.template-full-width [class*=”__inner-container”] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 120rem;
    }

    body.template-full-width .entry-content .alignleft,
    body.template-full-width .entry-content .alignright {
    position: static;
    }

    body.template-full-width .entry-content .alignleft,
    body.template-full-width [class*=”wp-block”].alignwide [class*=”__inner-container”] > .alignleft,
    body.template-full-width [class*=”wp-block”].alignwide [class*=”__inner-container”] > p .alignleft,
    body.template-full-width [class*=”wp-block”].alignwide [class*=”__inner-container”] > .wp-block-image .alignleft {

    /*rtl:ignore*/
    margin-left: 0;
    position: static;
    }

    body.template-full-width .entry-content > .alignleft,
    body.template-full-width [class*=”wp-block”].alignfull:not(.has-background) [class*=”__inner-container”] > .alignleft,
    body.template-full-width [class*=”wp-block”].alignfull:not(.has-background) [class*=”__inner-container”] > p .alignleft,
    body.template-full-width [class*=”wp-block”].alignfull:not(.has-background) [class*=”__inner-container”] > .wp-block-image .alignleft {

    /*rtl:ignore*/
    margin-left: 2rem;
    position: static;
    }

    body.template-full-width .entry-content .alignright,
    body.template-full-width [class*=”wp-block”].alignwide [class*=”__inner-container”] > .alignright,
    body.template-full-width [class*=”wp-block”].alignwide [class*=”__inner-container”] > p .alignright,
    body.template-full-width [class*=”wp-block”].alignwide [class*=”__inner-container”] > .wp-block-image .alignright {

    /*rtl:ignore*/
    margin-right: 0;
    position: static;
    }

    body.template-full-width .entry-content > .alignright,
    body.template-full-width [class*=”wp-block”].alignfull:not(.has-background) [class*=”__inner-container”] > .alignright,
    body.template-full-width [class*=”wp-block”].alignfull:not(.has-background) [class*=”__inner-container”] > p .alignright,
    body.template-full-width [class*=”wp-block”].alignfull:not(.has-background) [class*=”__inner-container”] > .wp-block-image .alignright {

    /*rtl:ignore*/
    margin-right: 2rem;
    position: static;
    }

    Thread Starter claudelemonde

    (@claudelemonde)

    Here are two screenshots – one from the back end and one from the staging site. You can see that the live site is left aligned.

    https://postimg.cc/gallery/1jy8lliw8/

Viewing 4 replies - 1 through 4 (of 4 total)