Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bigboxwc/wp-editor-page-template-class

Add the selected page template's class to the `.editor-styles-wrapper` <div>.
https://github.com/bigboxwc/wp-editor-page-template-class

Last synced: about 1 month ago
JSON representation

Add the selected page template's class to the `.editor-styles-wrapper` <div>.

Awesome Lists containing this project

README

        

# Editor Page Template Class

Add the selected page template's class to the `.editor-styles-wrapper` `

`.

Example:

```css
body.page-template-narrow .wp-block {
max-width: 400px;
}
```

This example assumes you have enqueued your CSS so the `body` selector is transformed to `.editor-styles-wrapper`.