Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.21.3-hotfix-wide-width-everlit-wrapper.1](https://github.com/Automattic/newspack-theme/compare/v2.21.2...v2.21.3-hotfix-wide-width-everlit-wrapper.1) (2026-05-14)


### Bug Fixes

* allow wide/full alignment inside content wrappers like .everlit-audio ([d8515e2](https://github.com/Automattic/newspack-theme/commit/d8515e2d7f60d3e91e52b2c745ec2a3d1efd64a7)), closes [#2667](https://github.com/Automattic/newspack-theme/issues/2667)

## [2.21.2](https://github.com/Automattic/newspack-theme/compare/v2.21.1...v2.21.2) (2026-05-14)


Expand Down
2 changes: 1 addition & 1 deletion newspack-joseph/sass/theme-description.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Author URI: https://newspack.com
Description: The official theme for Newspack, an all-in-one platform that simplifies publishing and drives audience and revenue right out of the box.
Requires at least: 6.7
Tested up to: 6.8
Version: 2.21.2
Version: 2.21.3-hotfix-wide-width-everlit-wrapper.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: newspack-theme
Expand Down
2 changes: 1 addition & 1 deletion newspack-katharine/sass/theme-description.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Author URI: https://newspack.com
Description: The official theme for Newspack, an all-in-one platform that simplifies publishing and drives audience and revenue right out of the box.
Requires at least: 6.7
Tested up to: 6.8
Version: 2.21.2
Version: 2.21.3-hotfix-wide-width-everlit-wrapper.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: newspack-theme
Expand Down
2 changes: 1 addition & 1 deletion newspack-nelson/sass/theme-description.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Author URI: https://newspack.com
Description: The official theme for Newspack, an all-in-one platform that simplifies publishing and drives audience and revenue right out of the box.
Requires at least: 6.7
Tested up to: 6.8
Version: 2.21.2
Version: 2.21.3-hotfix-wide-width-everlit-wrapper.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: newspack-theme
Expand Down
2 changes: 1 addition & 1 deletion newspack-sacha/sass/theme-description.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Author URI: https://newspack.com
Description: The official theme for Newspack, an all-in-one platform that simplifies publishing and drives audience and revenue right out of the box.
Requires at least: 6.7
Tested up to: 6.8
Version: 2.21.2
Version: 2.21.3-hotfix-wide-width-everlit-wrapper.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: newspack-theme
Expand Down
2 changes: 1 addition & 1 deletion newspack-scott/sass/theme-description.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Author URI: https://newspack.com
Description: The official theme for Newspack, an all-in-one platform that simplifies publishing and drives audience and revenue right out of the box.
Requires at least: 6.7
Tested up to: 6.8
Version: 2.21.2
Version: 2.21.3-hotfix-wide-width-everlit-wrapper.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: newspack-theme
Expand Down
5 changes: 5 additions & 0 deletions newspack-theme/sass/blocks/_blocks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1668,6 +1668,11 @@ $colors: (
.page-template-single-feature,
.page-template-no-header-footer {
.entry .entry-content > *,
// Some plugins (e.g. Everlit) wrap the_content in a span/div at render
// time, which interposes a parent between .entry-content and the aligned
// block and breaks the direct-child match above. Allow one level of such
// wrapping so wide/full alignment continues to work.
.entry .entry-content > .everlit-audio > *,
.newspack-content-gate__inline-gate > *,
[id="pico"] > * {
&.alignwide {
Expand Down
2 changes: 1 addition & 1 deletion newspack-theme/sass/theme-description.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Author URI: https://newspack.com
Description: The official theme for Newspack, an all-in-one platform that simplifies publishing and drives audience and revenue right out of the box.
Requires at least: 6.7
Tested up to: 6.8
Version: 2.21.2
Version: 2.21.3-hotfix-wide-width-everlit-wrapper.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: newspack-theme
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "newspack",
"version": "2.21.2",
"version": "2.21.3-hotfix-wide-width-everlit-wrapper.1",
"description": "A theme for Newspack. https://newspack.com",
"bugs": {
"url": "https://github.com/Automattic/newspack-theme/issues"
Expand Down