On websites using the delisted theme, Rebalance, pages (not Portfolio blog, or posts)) suddenly show extra padding.
Now, I know that Rebalance is a delisted theme, but thought I would report the issue anyway.
Context: p1704302097786639/1704301200.303659-slack-C048CUFRGFQ
Steps to reproduce
To reproduce, install rebalance on a website and notice how all parent pages have some padding now.
It looks great on the theme, but existing websites with this theme were designed without this extra padding in mind.
A clear and concise description of what you expected to happen.
The padding should not have changed unexpectedly.
What actually happened
The padding was added with no option to remove it.
Impact
One
Available workarounds?
Yes, easy to implement
If the above answer is "Yes...", outline the workaround.
/ Remove extra padding on Rebalance theme /
@media screen and (min-width: 881px) {
.page .page:not(.wp-block-newspack-blocks-carousel .page) {
padding: 0px;
}
}
Quick summary
On websites using the delisted theme, Rebalance, pages (not Portfolio blog, or posts)) suddenly show extra padding.
Now, I know that Rebalance is a delisted theme, but thought I would report the issue anyway. Context: p1704302097786639/1704301200.303659-slack-C048CUFRGFQ
Steps to reproduce
To reproduce, install rebalance on a website and notice how all parent pages have some padding now. It looks great on the theme, but existing websites with this theme were designed without this extra padding in mind.
A clear and concise description of what you expected to happen.
The padding should not have changed unexpectedly.
What actually happened
The padding was added with no option to remove it.
Impact
One
Available workarounds?
Yes, easy to implement
If the above answer is "Yes...", outline the workaround.
/ Remove extra padding on Rebalance theme / @media screen and (min-width: 881px) { .page .page:not(.wp-block-newspack-blocks-carousel .page) { padding: 0px; } }
Platform (Simple and/or Atomic)
Simple, Atomic
Logs or notes
8792217-zd-a8c