• Resolved claudelemonde

    (@claudelemonde)


    Hi,

    When I use the frontend editor my full-width pages appear centered, but when I preview the staging site the content is over to the left.

    Post pages are fine.

    Please help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • 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/

    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;
    }

    Plugin Author Oliver Campion

    (@domainsupport)

    Hello,

    I’m really sorry, but I’m struggling to see what relevance this has to the “Remove Powered by WordPress” plugin?

    I think you may have the wrong support forum?

    Oliver

    Thread Starter claudelemonde

    (@claudelemonde)

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Full Width template not centered’ is closed to new replies.