claudelemonde
Forum Replies Created
-
Forum: Plugins
In reply to: [Remove "Powered by WordPress"] Full Width template not centeredI’m sorry, Oliver, I am indeed in the wrong forum. Thank you!
Forum: Themes and Templates
In reply to: [Twenty Twenty] Full Width template not centeredCurrent 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;
}Forum: Plugins
In reply to: [Remove "Powered by WordPress"] Full Width template not centeredHere 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;
}Forum: Plugins
In reply to: [Remove "Powered by WordPress"] Full Width template not centeredHere are two screenshots – one from the back end and one from the staging site. You can see that the live site is left aligned.